Html Css Color HEX #C33672 Royal Heath

📋 copy color: '#C33672'

red 195 ◦ green 54 ◦ blue 114

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

Shades of Royal Heath #C33672

Tints of Royal Heath #C33672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.88%

 BLUE value IS 114 (44.92% from 255) = 31.4%

R = 53.72%
G = 14.88%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.42

 K value IS 0.24

RGB Variations

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

Color information

#C33672 (or 0xC33672) is known color: Royal Heath. HEX triplet: C3, 36 and 72. RGB value is (195,54,114). Sum of RGB (Red+Green+Blue) = 195+54+114=363 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.72% from 363); Green value is 54 (21.48% from 255 or 14.88% from 363); Blue value is 114 (44.92% from 255 or 31.40% from 363); Max value from RGB is 195 - color contains mainly: red. Hex color #C33672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C33672 is #3CC98D. Grayscale: #666666. Windows color (decimal): -3983758 or 7485123. OLE color: 7485123.

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

Color convert

RGB 195 54 114 -
CMYK 0 0.72 0.42 0.24
HSL 334.47º 0.57% 0.49% -
HSV(B) 334.47º 0.72% 0.76% -
XYZ 26.86 15.46 17.49 -
YUV 103 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 195 54 114 0 0.72 0.42 0.24 334.47 0.57 0.49
Hex C3 36 72 0 48 2A 18 14E 39 31
Octal 303 66 162 0 110 52 30 516 71 61
Binary 11000011 110110 1110010 0 1001000 101010 11000 101001110 111001 110001

Color Harmonies of #C33672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C33672

Black with #C33672

Text Example


Text Example

White with #C33672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C33672; }

 p { color: rgb(195,54,114); }

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

background-color css

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

 a { background-color: rgb(195,54,114); }

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

border-color css

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

 span { border-color: rgb(195,54,114); }

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