Html Css Color HEX #C0204C Old Rose

📋 copy color: '#C0204C'

red 192 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #C0204C

Tints of Old Rose #C0204C

RGB

 RED value IS 192 (75.39% from 255) = 64%

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

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

R = 64%
G = 10.67%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.60

 K value IS 0.25

RGB Variations

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

Color information

#C0204C (or 0xC0204C) is known color: Old Rose. HEX triplet: C0, 20 and 4C. RGB value is (192,32,76). Sum of RGB (Red+Green+Blue) = 192+32+76=300 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 76 (30.08% from 255 or 25.33% from 300); Max value from RGB is 192 - color contains mainly: red. Hex color #C0204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0204C is #3FDFB3. Grayscale: #545454. Windows color (decimal): -4186036 or 4989120. OLE color: 4989120.

HSL color Cylindrical-coordinate representation of color #C0204C: hue angle of 343.5º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0204C is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 32 76 -
CMYK 0 0.83 0.60 0.25
HSL 343.5º 0.71% 0.44% -
HSV(B) 343.5º 0.83% 0.75% -
XYZ 23.56 12.76 8.06 -
YUV 84.86 123.01 204.42 -
System Red Green Blue C M Y K H S L
Decimal 192 32 76 0 0.83 0.60 0.25 343.5 0.71 0.44
Hex C0 20 4C 0 53 3C 19 158 47 2C
Octal 300 40 114 0 123 74 31 530 107 54
Binary 11000000 100000 1001100 0 1010011 111100 11001 101011000 1000111 101100

Color Harmonies of #C0204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0204C

Black with #C0204C

Text Example


Text Example

White with #C0204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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