Html Css Color HEX #C2497D Royal Heath

📋 copy color: '#C2497D'

red 194 ◦ green 73 ◦ blue 125

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

Shades of Royal Heath #C2497D

Tints of Royal Heath #C2497D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.62%

 BLUE value IS 125 (49.22% from 255) = 31.89%

R = 49.49%
G = 18.62%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2497D (or 0xC2497D) is known color: Royal Heath. HEX triplet: C2, 49 and 7D. RGB value is (194,73,125). Sum of RGB (Red+Green+Blue) = 194+73+125=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 73 (28.91% from 255 or 18.62% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C2497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2497D is #3DB682. Grayscale: #737373. Windows color (decimal): -4044419 or 8210882. OLE color: 8210882.

HSL color Cylindrical-coordinate representation of color #C2497D: hue angle of 334.21º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C2497D is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 73 125 -
CMYK 0 0.62 0.36 0.24
HSL 334.21º 0.5% 0.52% -
HSV(B) 334.21º 0.62% 0.76% -
XYZ 28.33 17.72 21.33 -
YUV 115.11 133.59 184.27 -
System Red Green Blue C M Y K H S L
Decimal 194 73 125 0 0.62 0.36 0.24 334.21 0.5 0.52
Hex C2 49 7D 0 3E 24 18 14E 32 34
Octal 302 111 175 0 76 44 30 516 62 64
Binary 11000010 1001001 1111101 0 111110 100100 11000 101001110 110010 110100

Color Harmonies of #C2497D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2497D

Black with #C2497D

Text Example


Text Example

White with #C2497D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2497D; }

 p { color: rgb(194,73,125); }

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

background-color css

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

 a { background-color: rgb(194,73,125); }

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

border-color css

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

 span { border-color: rgb(194,73,125); }

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