Html Css Color HEX #C3204A Old Rose

📋 copy color: '#C3204A'

red 195 ◦ green 32 ◦ blue 74

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

Shades of Old Rose #C3204A

Tints of Old Rose #C3204A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 24.58%

R = 64.78%
G = 10.63%
B = 24.58%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C3204A (or 0xC3204A) is known color: Old Rose. HEX triplet: C3, 20 and 4A. RGB value is (195,32,74). Sum of RGB (Red+Green+Blue) = 195+32+74=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 32 (12.89% from 255 or 10.63% from 301); Blue value is 74 (29.30% from 255 or 24.58% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C3204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3204A is #3CDFB5. Grayscale: #555555. Windows color (decimal): -3989430 or 4858051. OLE color: 4858051.

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

Color convert

RGB 195 32 74 -
CMYK 0 0.84 0.62 0.24
HSL 344.54º 0.72% 0.45% -
HSV(B) 344.54º 0.84% 0.76% -
XYZ 24.26 13.13 7.73 -
YUV 85.53 121.5 206.08 -
System Red Green Blue C M Y K H S L
Decimal 195 32 74 0 0.84 0.62 0.24 344.54 0.72 0.45
Hex C3 20 4A 0 54 3E 18 159 48 2D
Octal 303 40 112 0 124 76 30 531 110 55
Binary 11000011 100000 1001010 0 1010100 111110 11000 101011001 1001000 101101

Color Harmonies of #C3204A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3204A

Black with #C3204A

Text Example


Text Example

White with #C3204A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3204A; }

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

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

background-color css

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

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

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

border-color css

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

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

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