#C33F68

Color #C33F68 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #C33F68

Tints of Royal Heath #C33F68

Color information

#C33F68 (or 0xC33F68) is unknown color: approx Royal Heath. HEX triplet: C3, 3F and 68. RGB value is (195,63,104). Sum of RGB (Red+Green+Blue) = 195+63+104=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 63 (25% from 255 or 17.40% from 362); Blue value is 104 (41.02% from 255 or 28.73% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F68 is #3CC097. Grayscale: #6B6B6B. Windows color (decimal): -3981464 or 6832067. OLE color: 6832067.

HSL color Cylindrical-coordinate representation of color #C33F68: hue angle of 341.36º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C33F68 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19563104-
CMYK00.680.470.24
HSL341.36º52.38%50.59%-
HSV(B)341.36º67.69%76.47%-
XYZ26.7816.1614.8-
YUV107.14126.23190.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 53.87%
GREEN value IS 63 (25% from 255) = 17.40%
BLUE value IS 104 (41.02% from 255) = 28.73%
R=53.87%
G=17.40%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1956310400.680.470.24341.3652.3850.59
HexC33F680442F181553433
Octal30377150010457305256463
Binary1100001111111111010000100010010111111000101010101110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C33F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C33F68; }

 p { color: rgb(195,63,104); }

 H1.HeaderClassName
 {
   color: #C33F68;
 }
 .AnyTagClassName
 {
   color: #C33F68;
 }
</style>
background-color css

<style>
 a { background-color: #C33F68; }

 a { background-color: rgb(195,63,104); }

 div.DivClassName
 {
   background-color: #C33F68;
 }
 .BgClassName
 {
   background-color: #C33F68;
 }
</style>
border-color css

<style>
 span { border-color: #C33F68; }

 span { border-color: rgb(195,63,104); }

 td.TdClassName
 {
   border-color: #C33F68;
 }
 .TagClassName
 {
   border-color: #C33F68;
 }
</style>