Html Css Color HEX #C5204C Old Rose

📋 copy color: '#C5204C'

red 197 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #C5204C

Tints of Old Rose #C5204C

RGB

 RED value IS 197 (77.34% from 255) = 64.59%

 GREEN value IS 32 (12.89% from 255) = 10.49%

 BLUE value IS 76 (30.08% from 255) = 24.92%

R = 64.59%
G = 10.49%
B = 24.92%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5204C (or 0xC5204C) is known color: Old Rose. HEX triplet: C5, 20 and 4C. RGB value is (197,32,76). Sum of RGB (Red+Green+Blue) = 197+32+76=305 (40% of max value = 765). Red value is 197 (77.34% from 255 or 64.59% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 197 - color contains mainly: red. Hex color #C5204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5204C is #3ADFB3. Grayscale: #565656. Windows color (decimal): -3858356 or 4989125. OLE color: 4989125.

HSL color Cylindrical-coordinate representation of color #C5204C: hue angle of 344º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C5204C is Cyan = 0, Magento = 0.84, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 32 76 -
CMYK 0 0.84 0.61 0.23
HSL 344º 0.72% 0.45% -
HSV(B) 344º 0.84% 0.77% -
XYZ 24.85 13.43 8.12 -
YUV 86.35 122.16 206.92 -
System Red Green Blue C M Y K H S L
Decimal 197 32 76 0 0.84 0.61 0.23 344 0.72 0.45
Hex C5 20 4C 0 54 3D 17 158 48 2D
Octal 305 40 114 0 124 75 27 530 110 55
Binary 11000101 100000 1001100 0 1010100 111101 10111 101011000 1001000 101101

Color Harmonies of #C5204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5204C

Black with #C5204C

Text Example


Text Example

White with #C5204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5204C; }

 p { color: rgb(197,32,76); }

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

background-color css

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

 a { background-color: rgb(197,32,76); }

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

border-color css

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

 span { border-color: rgb(197,32,76); }

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