Html Css Color HEX #C2245B Old Rose

📋 copy color: '#C2245B'

red 194 ◦ green 36 ◦ blue 91

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

Shades of Old Rose #C2245B

Tints of Old Rose #C2245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.21%

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

R = 60.44%
G = 11.21%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2245B (or 0xC2245B) is known color: Old Rose. HEX triplet: C2, 24 and 5B. RGB value is (194,36,91). Sum of RGB (Red+Green+Blue) = 194+36+91=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 36 (14.45% from 255 or 11.21% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C2245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2245B is #3DDBA4. Grayscale: #595959. Windows color (decimal): -4053925 or 5973186. OLE color: 5973186.

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

Color convert

RGB 194 36 91 -
CMYK 0 0.81 0.53 0.24
HSL 339.11º 0.69% 0.45% -
HSV(B) 339.11º 0.81% 0.76% -
XYZ 24.77 13.49 11.2 -
YUV 89.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 194 36 91 0 0.81 0.53 0.24 339.11 0.69 0.45
Hex C2 24 5B 0 51 35 18 153 45 2D
Octal 302 44 133 0 121 65 30 523 105 55
Binary 11000010 100100 1011011 0 1010001 110101 11000 101010011 1000101 101101

Color Harmonies of #C2245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2245B

Black with #C2245B

Text Example


Text Example

White with #C2245B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2245B; }

 p { color: rgb(194,36,91); }

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

background-color css

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

 a { background-color: rgb(194,36,91); }

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

border-color css

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

 span { border-color: rgb(194,36,91); }

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