Html Css Color HEX #C3225B Old Rose

📋 copy color: '#C3225B'

red 195 ◦ green 34 ◦ blue 91

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

Shades of Old Rose #C3225B

Tints of Old Rose #C3225B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 28.44%

R = 60.94%
G = 10.63%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C3225B (or 0xC3225B) is known color: Old Rose. HEX triplet: C3, 22 and 5B. RGB value is (195,34,91). Sum of RGB (Red+Green+Blue) = 195+34+91=320 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.94% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 195 - color contains mainly: red. Hex color #C3225B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3225B is #3CDDA4. Grayscale: #585858. Windows color (decimal): -3988901 or 5972675. OLE color: 5972675.

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

Color convert

RGB 195 34 91 -
CMYK 0 0.83 0.53 0.24
HSL 338.76º 0.7% 0.45% -
HSV(B) 338.76º 0.83% 0.76% -
XYZ 24.97 13.5 11.19 -
YUV 88.64 129.34 203.87 -
System Red Green Blue C M Y K H S L
Decimal 195 34 91 0 0.83 0.53 0.24 338.76 0.7 0.45
Hex C3 22 5B 0 53 35 18 153 46 2D
Octal 303 42 133 0 123 65 30 523 106 55
Binary 11000011 100010 1011011 0 1010011 110101 11000 101010011 1000110 101101

Color Harmonies of #C3225B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3225B

Black with #C3225B

Text Example


Text Example

White with #C3225B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3225B; }

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

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

background-color css

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

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

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

border-color css

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

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

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