Html Css Color HEX #C3204C Old Rose

📋 copy color: '#C3204C'

red 195 ◦ green 32 ◦ blue 76

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

Shades of Old Rose #C3204C

Tints of Old Rose #C3204C

RGB

 RED value IS 195 (76.56% from 255) = 64.36%

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

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

R = 64.36%
G = 10.56%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#C3204C (or 0xC3204C) is known color: Old Rose. HEX triplet: C3, 20 and 4C. RGB value is (195,32,76). Sum of RGB (Red+Green+Blue) = 195+32+76=303 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.36% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 76 (30.08% from 255 or 25.08% from 303); Max value from RGB is 195 - color contains mainly: red. Hex color #C3204C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3204C is #3CDFB3. Grayscale: #555555. Windows color (decimal): -3989428 or 4989123. OLE color: 4989123.

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

Color convert

RGB 195 32 76 -
CMYK 0 0.84 0.61 0.24
HSL 343.8º 0.72% 0.45% -
HSV(B) 343.8º 0.84% 0.76% -
XYZ 24.33 13.16 8.09 -
YUV 85.75 122.5 205.92 -
System Red Green Blue C M Y K H S L
Decimal 195 32 76 0 0.84 0.61 0.24 343.8 0.72 0.45
Hex C3 20 4C 0 54 3D 18 158 48 2D
Octal 303 40 114 0 124 75 30 530 110 55
Binary 11000011 100000 1001100 0 1010100 111101 11000 101011000 1001000 101101

Color Harmonies of #C3204C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3204C

Black with #C3204C

Text Example


Text Example

White with #C3204C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3204C; }

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

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

background-color css

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

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

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

border-color css

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

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

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