Html Css Color HEX #C2366E Royal Heath

📋 copy color: '#C2366E'

red 194 ◦ green 54 ◦ blue 110

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

Shades of Royal Heath #C2366E

Tints of Royal Heath #C2366E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.08%

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 54.19%
G = 15.08%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2366E (or 0xC2366E) is known color: Royal Heath. HEX triplet: C2, 36 and 6E. RGB value is (194,54,110). Sum of RGB (Red+Green+Blue) = 194+54+110=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 54 (21.48% from 255 or 15.08% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C2366E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2366E is #3DC991. Grayscale: #666666. Windows color (decimal): -4049298 or 7222978. OLE color: 7222978.

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

Color convert

RGB 194 54 110 -
CMYK 0 0.72 0.43 0.24
HSL 336º 0.56% 0.49% -
HSV(B) 336º 0.72% 0.76% -
XYZ 26.38 15.23 16.3 -
YUV 102.24 132.38 193.45 -
System Red Green Blue C M Y K H S L
Decimal 194 54 110 0 0.72 0.43 0.24 336 0.56 0.49
Hex C2 36 6E 0 48 2B 18 150 38 31
Octal 302 66 156 0 110 53 30 520 70 61
Binary 11000010 110110 1101110 0 1001000 101011 11000 101010000 111000 110001

Color Harmonies of #C2366E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2366E

Black with #C2366E

Text Example


Text Example

White with #C2366E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2366E; }

 p { color: rgb(194,54,110); }

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

background-color css

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

 a { background-color: rgb(194,54,110); }

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

border-color css

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

 span { border-color: rgb(194,54,110); }

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