Html Css Color HEX #C3204F Old Rose

📋 copy color: '#C3204F'

red 195 ◦ green 32 ◦ blue 79

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

Shades of Old Rose #C3204F

Tints of Old Rose #C3204F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 25.82%

R = 63.73%
G = 10.46%
B = 25.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C3204F (or 0xC3204F) is known color: Old Rose. HEX triplet: C3, 20 and 4F. RGB value is (195,32,79). Sum of RGB (Red+Green+Blue) = 195+32+79=306 (40% of max value = 765). Red value is 195 (76.56% from 255 or 63.73% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 79 (31.25% from 255 or 25.82% from 306); Max value from RGB is 195 - color contains mainly: red. Hex color #C3204F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3204F is #3CDFB0. Grayscale: #565656. Windows color (decimal): -3989425 or 5185731. OLE color: 5185731.

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

Color convert

RGB 195 32 79 -
CMYK 0 0.84 0.59 0.24
HSL 342.7º 0.72% 0.45% -
HSV(B) 342.7º 0.84% 0.76% -
XYZ 24.43 13.2 8.66 -
YUV 86.1 124 205.68 -
System Red Green Blue C M Y K H S L
Decimal 195 32 79 0 0.84 0.59 0.24 342.7 0.72 0.45
Hex C3 20 4F 0 54 3B 18 157 48 2D
Octal 303 40 117 0 124 73 30 527 110 55
Binary 11000011 100000 1001111 0 1010100 111011 11000 101010111 1001000 101101

Color Harmonies of #C3204F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3204F

Black with #C3204F

Text Example


Text Example

White with #C3204F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3204F; }

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

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

background-color css

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

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

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

border-color css

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

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

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