Html Css Color HEX #C2405B Old Rose

📋 copy color: '#C2405B'

red 194 ◦ green 64 ◦ blue 91

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

Shades of Old Rose #C2405B

Tints of Old Rose #C2405B

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 55.59%
G = 18.34%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.24

RGB Variations

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

Color information

#C2405B (or 0xC2405B) is known color: Old Rose. HEX triplet: C2, 40 and 5B. RGB value is (194,64,91). Sum of RGB (Red+Green+Blue) = 194+64+91=349 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.59% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 91 (35.94% from 255 or 26.07% from 349); Max value from RGB is 194 - color contains mainly: red. Hex color #C2405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2405B is #3DBFA4. Grayscale: #696969. Windows color (decimal): -4046757 or 5980354. OLE color: 5980354.

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

Color convert

RGB 194 64 91 -
CMYK 0 0.67 0.53 0.24
HSL 347.54º 0.52% 0.51% -
HSV(B) 347.54º 0.67% 0.76% -
XYZ 25.97 15.89 11.6 -
YUV 105.95 119.57 190.8 -
System Red Green Blue C M Y K H S L
Decimal 194 64 91 0 0.67 0.53 0.24 347.54 0.52 0.51
Hex C2 40 5B 0 43 35 18 15C 34 33
Octal 302 100 133 0 103 65 30 534 64 63
Binary 11000010 1000000 1011011 0 1000011 110101 11000 101011100 110100 110011

Color Harmonies of #C2405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2405B

Black with #C2405B

Text Example


Text Example

White with #C2405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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