Html Css Color HEX #C2426F Royal Heath

📋 copy color: '#C2426F'

red 194 ◦ green 66 ◦ blue 111

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

Shades of Royal Heath #C2426F

Tints of Royal Heath #C2426F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.79%

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

R = 52.29%
G = 17.79%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2426F (or 0xC2426F) is known color: Royal Heath. HEX triplet: C2, 42 and 6F. RGB value is (194,66,111). Sum of RGB (Red+Green+Blue) = 194+66+111=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 111 (43.75% from 255 or 29.92% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2426F is #3DBD90. Grayscale: #6D6D6D. Windows color (decimal): -4046225 or 7291586. OLE color: 7291586.

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

Color convert

RGB 194 66 111 -
CMYK 0 0.66 0.43 0.24
HSL 338.91º 0.51% 0.51% -
HSV(B) 338.91º 0.66% 0.76% -
XYZ 27.07 16.51 16.8 -
YUV 109.4 128.91 188.34 -
System Red Green Blue C M Y K H S L
Decimal 194 66 111 0 0.66 0.43 0.24 338.91 0.51 0.51
Hex C2 42 6F 0 42 2B 18 153 33 33
Octal 302 102 157 0 102 53 30 523 63 63
Binary 11000010 1000010 1101111 0 1000010 101011 11000 101010011 110011 110011

Color Harmonies of #C2426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2426F

Black with #C2426F

Text Example


Text Example

White with #C2426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2426F; }

 p { color: rgb(194,66,111); }

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

background-color css

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

 a { background-color: rgb(194,66,111); }

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

border-color css

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

 span { border-color: rgb(194,66,111); }

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