Html Css Color HEX #C3205A Old Rose

📋 copy color: '#C3205A'

red 195 ◦ green 32 ◦ blue 90

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

Shades of Old Rose #C3205A

Tints of Old Rose #C3205A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 28.39%

R = 61.51%
G = 10.09%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C3205A (or 0xC3205A) is known color: Old Rose. HEX triplet: C3, 20 and 5A. RGB value is (195,32,90). Sum of RGB (Red+Green+Blue) = 195+32+90=317 (41% of max value = 765). Red value is 195 (76.56% from 255 or 61.51% from 317); Green value is 32 (12.89% from 255 or 10.09% from 317); Blue value is 90 (35.55% from 255 or 28.39% from 317); Max value from RGB is 195 - color contains mainly: red. Hex color #C3205A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3205A is #3CDFA5. Grayscale: #575757. Windows color (decimal): -3989414 or 5906627. OLE color: 5906627.

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

Color convert

RGB 195 32 90 -
CMYK 0 0.84 0.54 0.24
HSL 338.65º 0.72% 0.45% -
HSV(B) 338.65º 0.84% 0.76% -
XYZ 24.87 13.37 10.94 -
YUV 87.35 129.5 204.78 -
System Red Green Blue C M Y K H S L
Decimal 195 32 90 0 0.84 0.54 0.24 338.65 0.72 0.45
Hex C3 20 5A 0 54 36 18 153 48 2D
Octal 303 40 132 0 124 66 30 523 110 55
Binary 11000011 100000 1011010 0 1010100 110110 11000 101010011 1001000 101101

Color Harmonies of #C3205A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3205A

Black with #C3205A

Text Example


Text Example

White with #C3205A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3205A; }

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

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

background-color css

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

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

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

border-color css

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

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

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