Html Css Color HEX #C2567E Royal Heath

📋 copy color: '#C2567E'

red 194 ◦ green 86 ◦ blue 126

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

Shades of Royal Heath #C2567E

Tints of Royal Heath #C2567E

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.18%

 BLUE value IS 126 (49.61% from 255) = 31.03%

R = 47.78%
G = 21.18%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2567E (or 0xC2567E) is known color: Royal Heath. HEX triplet: C2, 56 and 7E. RGB value is (194,86,126). Sum of RGB (Red+Green+Blue) = 194+86+126=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C2567E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2567E is #3DA981. Grayscale: #7A7A7A. Windows color (decimal): -4041090 or 8279746. OLE color: 8279746.

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

Color convert

RGB 194 86 126 -
CMYK 0 0.56 0.35 0.24
HSL 337.78º 0.47% 0.55% -
HSV(B) 337.78º 0.56% 0.76% -
XYZ 29.34 19.63 21.98 -
YUV 122.85 129.78 178.75 -
System Red Green Blue C M Y K H S L
Decimal 194 86 126 0 0.56 0.35 0.24 337.78 0.47 0.55
Hex C2 56 7E 0 38 23 18 152 2F 37
Octal 302 126 176 0 70 43 30 522 57 67
Binary 11000010 1010110 1111110 0 111000 100011 11000 101010010 101111 110111

Color Harmonies of #C2567E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2567E

Black with #C2567E

Text Example


Text Example

White with #C2567E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2567E; }

 p { color: rgb(194,86,126); }

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

background-color css

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

 a { background-color: rgb(194,86,126); }

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

border-color css

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

 span { border-color: rgb(194,86,126); }

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