Html Css Color HEX #C2436B Royal Heath

📋 copy color: '#C2436B'

red 194 ◦ green 67 ◦ blue 107

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

Shades of Royal Heath #C2436B

Tints of Royal Heath #C2436B

RGB

 RED value IS 194 (76.17% from 255) = 52.72%

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

 BLUE value IS 107 (42.19% from 255) = 29.08%

R = 52.72%
G = 18.21%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2436B (or 0xC2436B) is known color: Royal Heath. HEX triplet: C2, 43 and 6B. RGB value is (194,67,107). Sum of RGB (Red+Green+Blue) = 194+67+107=368 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.72% from 368); Green value is 67 (26.56% from 255 or 18.21% from 368); Blue value is 107 (42.19% from 255 or 29.08% from 368); Max value from RGB is 194 - color contains mainly: red. Hex color #C2436B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2436B is #3DBC94. Grayscale: #6D6D6D. Windows color (decimal): -4045973 or 7029698. OLE color: 7029698.

HSL color Cylindrical-coordinate representation of color #C2436B: hue angle of 341.1º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2436B is Cyan = 0, Magento = 0.65, Yellow = 0.45 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 67 107 -
CMYK 0 0.65 0.45 0.24
HSL 341.1º 0.51% 0.51% -
HSV(B) 341.1º 0.65% 0.76% -
XYZ 26.91 16.55 15.69 -
YUV 109.53 126.58 188.25 -
System Red Green Blue C M Y K H S L
Decimal 194 67 107 0 0.65 0.45 0.24 341.1 0.51 0.51
Hex C2 43 6B 0 41 2D 18 155 33 33
Octal 302 103 153 0 101 55 30 525 63 63
Binary 11000010 1000011 1101011 0 1000001 101101 11000 101010101 110011 110011

Color Harmonies of #C2436B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2436B

Black with #C2436B

Text Example


Text Example

White with #C2436B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2436B; }

 p { color: rgb(194,67,107); }

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

background-color css

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

 a { background-color: rgb(194,67,107); }

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

border-color css

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

 span { border-color: rgb(194,67,107); }

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