Html Css Color HEX #C2436A Royal Heath

📋 copy color: '#C2436A'

red 194 ◦ green 67 ◦ blue 106

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

Shades of Royal Heath #C2436A

Tints of Royal Heath #C2436A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 28.88%

R = 52.86%
G = 18.26%
B = 28.88%

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

#C2436A (or 0xC2436A) is known color: Royal Heath. HEX triplet: C2, 43 and 6A. RGB value is (194,67,106). Sum of RGB (Red+Green+Blue) = 194+67+106=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 67 (26.56% from 255 or 18.26% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2436A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2436A is #3DBC95. Grayscale: #6D6D6D. Windows color (decimal): -4045974 or 6964162. OLE color: 6964162.

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

Color convert

RGB 194 67 106 -
CMYK 0 0.65 0.45 0.24
HSL 341.57º 0.51% 0.51% -
HSV(B) 341.57º 0.65% 0.76% -
XYZ 26.86 16.52 15.41 -
YUV 109.42 126.08 188.33 -
System Red Green Blue C M Y K H S L
Decimal 194 67 106 0 0.65 0.45 0.24 341.57 0.51 0.51
Hex C2 43 6A 0 41 2D 18 156 33 33
Octal 302 103 152 0 101 55 30 526 63 63
Binary 11000010 1000011 1101010 0 1000001 101101 11000 101010110 110011 110011

Color Harmonies of #C2436A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2436A

Black with #C2436A

Text Example


Text Example

White with #C2436A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2436A; }

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

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

background-color css

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

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

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

border-color css

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

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

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