Html Css Color HEX #C2426B Royal Heath

📋 copy color: '#C2426B'

red 194 ◦ green 66 ◦ blue 107

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

Shades of Royal Heath #C2426B

Tints of Royal Heath #C2426B

RGB

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

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

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

R = 52.86%
G = 17.98%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C2426B (or 0xC2426B) is known color: Royal Heath. HEX triplet: C2, 42 and 6B. RGB value is (194,66,107). Sum of RGB (Red+Green+Blue) = 194+66+107=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 107 (42.19% from 255 or 29.16% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2426B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2426B is #3DBD94. Grayscale: #6C6C6C. Windows color (decimal): -4046229 or 7029442. OLE color: 7029442.

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

Color convert

RGB 194 66 107 -
CMYK 0 0.66 0.45 0.24
HSL 340.78º 0.51% 0.51% -
HSV(B) 340.78º 0.66% 0.76% -
XYZ 26.85 16.43 15.67 -
YUV 108.95 126.91 188.67 -
System Red Green Blue C M Y K H S L
Decimal 194 66 107 0 0.66 0.45 0.24 340.78 0.51 0.51
Hex C2 42 6B 0 42 2D 18 155 33 33
Octal 302 102 153 0 102 55 30 525 63 63
Binary 11000010 1000010 1101011 0 1000010 101101 11000 101010101 110011 110011

Color Harmonies of #C2426B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2426B

Black with #C2426B

Text Example


Text Example

White with #C2426B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2426B; }

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

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

background-color css

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

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

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

border-color css

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

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

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