Html Css Color HEX #C3225F Old Rose

📋 copy color: '#C3225F'

red 195 ◦ green 34 ◦ blue 95

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

Shades of Old Rose #C3225F

Tints of Old Rose #C3225F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.49%

 BLUE value IS 95 (37.5% from 255) = 29.32%

R = 60.19%
G = 10.49%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C3225F (or 0xC3225F) is known color: Old Rose. HEX triplet: C3, 22 and 5F. RGB value is (195,34,95). Sum of RGB (Red+Green+Blue) = 195+34+95=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 34 (13.67% from 255 or 10.49% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C3225F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3225F is #3CDDA0. Grayscale: #595959. Windows color (decimal): -3988897 or 6234819. OLE color: 6234819.

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

Color convert

RGB 195 34 95 -
CMYK 0 0.83 0.51 0.24
HSL 337.27º 0.7% 0.45% -
HSV(B) 337.27º 0.83% 0.76% -
XYZ 25.14 13.57 12.12 -
YUV 89.09 131.34 203.54 -
System Red Green Blue C M Y K H S L
Decimal 195 34 95 0 0.83 0.51 0.24 337.27 0.7 0.45
Hex C3 22 5F 0 53 33 18 151 46 2D
Octal 303 42 137 0 123 63 30 521 106 55
Binary 11000011 100010 1011111 0 1010011 110011 11000 101010001 1000110 101101

Color Harmonies of #C3225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3225F

Black with #C3225F

Text Example


Text Example

White with #C3225F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3225F; }

 p { color: rgb(195,34,95); }

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

background-color css

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

 a { background-color: rgb(195,34,95); }

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

border-color css

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

 span { border-color: rgb(195,34,95); }

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