#c33f67

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

Shades of Royal Heath #C33F67

Tints of Royal Heath #C33F67

Color information

#C33F67 (or 0xC33F67) is unknown color: approx Royal Heath. HEX triplet: C3, 3F and 67. RGB value is (195,63,103). Sum of RGB (Red+Green+Blue) = 195+63+103=361 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.02% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 103 (40.62% from 255 or 28.53% from 361); Max value from RGB is 195 - color contains mainly: red. Hex color #C33F67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33F67 is #3CC098. Grayscale: #6A6A6A. Windows color (decimal): -3981465 or 6766531. OLE color: 6766531.

HSL color Cylindrical-coordinate representation of color #C33F67: hue angle of 341.82º 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 #C33F67 is Cyan = 0, Magento = 0.68, Yellow = 0.47 and Black (K on CMYK) = 0.24.

Color convert

RGB19563103-
CMYK00.680.470.24
HSL341.82º52.38%50.59%-
HSV(B)341.82º67.69%76.47%-
XYZ26.7316.1414.54-
YUV107.03125.73190.75-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 54.02%
GREEN value IS 63 (25% from 255) = 17.45%
BLUE value IS 103 (40.62% from 255) = 28.53%
R=54.02%
G=17.45%
B=28.53%

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
Decimal1956310300.680.470.24341.8252.3850.59
HexC33F670442F181563433
Octal30377147010457305266463
Binary1100001111111111001110100010010111111000101010110110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c33f67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c33f67; }

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

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

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

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

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

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

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

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