Html Css Color HEX #C0436F Royal Heath

📋 copy color: '#C0436F'

red 192 ◦ green 67 ◦ blue 111

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

Shades of Royal Heath #C0436F

Tints of Royal Heath #C0436F

RGB

 RED value IS 192 (75.39% from 255) = 51.89%

 GREEN value IS 67 (26.56% from 255) = 18.11%

 BLUE value IS 111 (43.75% from 255) = 30%

R = 51.89%
G = 18.11%
B = 30%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0436F (or 0xC0436F) is known color: Royal Heath. HEX triplet: C0, 43 and 6F. RGB value is (192,67,111). Sum of RGB (Red+Green+Blue) = 192+67+111=370 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.89% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 111 (43.75% from 255 or 30% from 370); Max value from RGB is 192 - color contains mainly: red. Hex color #C0436F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0436F is #3FBC90. Grayscale: #6D6D6D. Windows color (decimal): -4177041 or 7291840. OLE color: 7291840.

HSL color Cylindrical-coordinate representation of color #C0436F: hue angle of 338.88º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C0436F is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 111 -
CMYK 0 0.65 0.42 0.25
HSL 338.88º 0.5% 0.51% -
HSV(B) 338.88º 0.65% 0.75% -
XYZ 26.61 16.37 16.8 -
YUV 109.39 128.91 186.92 -
System Red Green Blue C M Y K H S L
Decimal 192 67 111 0 0.65 0.42 0.25 338.88 0.5 0.51
Hex C0 43 6F 0 41 2A 19 153 32 33
Octal 300 103 157 0 101 52 31 523 62 63
Binary 11000000 1000011 1101111 0 1000001 101010 11001 101010011 110010 110011

Color Harmonies of #C0436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0436F

Black with #C0436F

Text Example


Text Example

White with #C0436F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0436F; }

 p { color: rgb(192,67,111); }

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

background-color css

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

 a { background-color: rgb(192,67,111); }

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

border-color css

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

 span { border-color: rgb(192,67,111); }

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