Html Css Color HEX #C2235F Old Rose

📋 copy color: '#C2235F'

red 194 ◦ green 35 ◦ blue 95

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

Shades of Old Rose #C2235F

Tints of Old Rose #C2235F

RGB

 RED value IS 194 (76.17% from 255) = 59.88%

 GREEN value IS 35 (14.06% from 255) = 10.8%

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

R = 59.88%
G = 10.8%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C2235F (or 0xC2235F) is known color: Old Rose. HEX triplet: C2, 23 and 5F. RGB value is (194,35,95). Sum of RGB (Red+Green+Blue) = 194+35+95=324 (42% of max value = 765). Red value is 194 (76.17% from 255 or 59.88% from 324); Green value is 35 (14.06% from 255 or 10.80% from 324); Blue value is 95 (37.5% from 255 or 29.32% from 324); Max value from RGB is 194 - color contains mainly: red. Hex color #C2235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2235F is #3DDCA0. Grayscale: #595959. Windows color (decimal): -4054177 or 6235074. OLE color: 6235074.

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

Color convert

RGB 194 35 95 -
CMYK 0 0.82 0.51 0.24
HSL 337.36º 0.69% 0.45% -
HSV(B) 337.36º 0.82% 0.76% -
XYZ 24.91 13.5 12.12 -
YUV 89.38 131.18 202.62 -
System Red Green Blue C M Y K H S L
Decimal 194 35 95 0 0.82 0.51 0.24 337.36 0.69 0.45
Hex C2 23 5F 0 52 33 18 151 45 2D
Octal 302 43 137 0 122 63 30 521 105 55
Binary 11000010 100011 1011111 0 1010010 110011 11000 101010001 1000101 101101

Color Harmonies of #C2235F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2235F

Black with #C2235F

Text Example


Text Example

White with #C2235F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2235F; }

 p { color: rgb(194,35,95); }

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

background-color css

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

 a { background-color: rgb(194,35,95); }

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

border-color css

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

 span { border-color: rgb(194,35,95); }

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