Html Css Color HEX #C4205C Old Rose

📋 copy color: '#C4205C'

red 196 ◦ green 32 ◦ blue 92

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

Shades of Old Rose #C4205C

Tints of Old Rose #C4205C

RGB

 RED value IS 196 (76.95% from 255) = 61.25%

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

 BLUE value IS 92 (36.33% from 255) = 28.75%

R = 61.25%
G = 10%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.53

 K value IS 0.23

RGB Variations

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

Color information

#C4205C (or 0xC4205C) is known color: Old Rose. HEX triplet: C4, 20 and 5C. RGB value is (196,32,92). Sum of RGB (Red+Green+Blue) = 196+32+92=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 32 (12.89% from 255 or 10% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C4205C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4205C is #3BDFA3. Grayscale: #575757. Windows color (decimal): -3923876 or 6037700. OLE color: 6037700.

HSL color Cylindrical-coordinate representation of color #C4205C: hue angle of 338.05º 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 #C4205C is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 32 92 -
CMYK 0 0.84 0.53 0.23
HSL 338.05º 0.72% 0.45% -
HSV(B) 338.05º 0.84% 0.77% -
XYZ 25.21 13.54 11.41 -
YUV 87.88 130.33 205.12 -
System Red Green Blue C M Y K H S L
Decimal 196 32 92 0 0.84 0.53 0.23 338.05 0.72 0.45
Hex C4 20 5C 0 54 35 17 152 48 2D
Octal 304 40 134 0 124 65 27 522 110 55
Binary 11000100 100000 1011100 0 1010100 110101 10111 101010010 1001000 101101

Color Harmonies of #C4205C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4205C

Black with #C4205C

Text Example


Text Example

White with #C4205C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4205C; }

 p { color: rgb(196,32,92); }

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

background-color css

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

 a { background-color: rgb(196,32,92); }

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

border-color css

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

 span { border-color: rgb(196,32,92); }

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