Html Css Color HEX #C0436D Royal Heath

📋 copy color: '#C0436D'

red 192 ◦ green 67 ◦ blue 109

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

Shades of Royal Heath #C0436D

Tints of Royal Heath #C0436D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 29.62%

R = 52.17%
G = 18.21%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0436D (or 0xC0436D) is known color: Royal Heath. HEX triplet: C0, 43 and 6D. RGB value is (192,67,109). Sum of RGB (Red+Green+Blue) = 192+67+109=368 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.17% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 109 (42.97% from 255 or 29.62% from 368); Max value from RGB is 192 - color contains mainly: red. Hex color #C0436D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0436D is #3FBC92. Grayscale: #6D6D6D. Windows color (decimal): -4177043 or 7160768. OLE color: 7160768.

HSL color Cylindrical-coordinate representation of color #C0436D: hue angle of 339.84º 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 #C0436D is Cyan = 0, Magento = 0.65, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 67 109 -
CMYK 0 0.65 0.43 0.25
HSL 339.84º 0.5% 0.51% -
HSV(B) 339.84º 0.65% 0.75% -
XYZ 26.51 16.32 16.22 -
YUV 109.16 127.91 187.08 -
System Red Green Blue C M Y K H S L
Decimal 192 67 109 0 0.65 0.43 0.25 339.84 0.5 0.51
Hex C0 43 6D 0 41 2B 19 154 32 33
Octal 300 103 155 0 101 53 31 524 62 63
Binary 11000000 1000011 1101101 0 1000001 101011 11001 101010100 110010 110011

Color Harmonies of #C0436D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0436D

Black with #C0436D

Text Example


Text Example

White with #C0436D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0436D; }

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

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

background-color css

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

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

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

border-color css

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

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

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