Html Css Color HEX #C33866 Royal Heath

📋 copy color: '#C33866'

red 195 ◦ green 56 ◦ blue 102

#C33866
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Royal Heath #C33866

Tints of Royal Heath #C33866

RGB

 RED value IS 195 (76.56% from 255) = 55.24%

 GREEN value IS 56 (22.27% from 255) = 15.86%

 BLUE value IS 102 (40.23% from 255) = 28.9%

R = 55.24%
G = 15.86%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.48

 K value IS 0.24

RGB Variations

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

Color information

#C33866 (or 0xC33866) is known color: Royal Heath. HEX triplet: C3, 38 and 66. RGB value is (195,56,102). Sum of RGB (Red+Green+Blue) = 195+56+102=353 (46% of max value = 765). Red value is 195 (76.56% from 255 or 55.24% from 353); Green value is 56 (22.27% from 255 or 15.86% from 353); Blue value is 102 (40.23% from 255 or 28.90% from 353); Max value from RGB is 195 - color contains mainly: red. Hex color #C33866 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33866 is #3CC799. Grayscale: #666666. Windows color (decimal): -3983258 or 6699203. OLE color: 6699203.

HSL color Cylindrical-coordinate representation of color #C33866: hue angle of 340.14º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C33866 is Cyan = 0, Magento = 0.71, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 56 102 -
CMYK 0 0.71 0.48 0.24
HSL 340.14º 0.55% 0.49% -
HSV(B) 340.14º 0.71% 0.76% -
XYZ 26.32 15.39 14.15 -
YUV 102.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 195 56 102 0 0.71 0.48 0.24 340.14 0.55 0.49
Hex C3 38 66 0 47 30 18 154 37 31
Octal 303 70 146 0 107 60 30 524 67 61
Binary 11000011 111000 1100110 0 1000111 110000 11000 101010100 110111 110001

Color Harmonies of #C33866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33866

Black with #C33866

Text Example


Text Example

White with #C33866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33866; }

 p { color: rgb(195,56,102); }

 H1.HeaderClassName
 {
   color: #C33866;
 }
 .AnyTagClassName
 {
   color: #C33866;
 }
</style>

background-color css

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

 a { background-color: rgb(195,56,102); }

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

border-color css

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

 span { border-color: rgb(195,56,102); }

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