Html Css Color HEX #C23559 Old Rose

📋 copy color: '#C23559'

red 194 ◦ green 53 ◦ blue 89

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

Shades of Old Rose #C23559

Tints of Old Rose #C23559

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.77%

 BLUE value IS 89 (35.16% from 255) = 26.49%

R = 57.74%
G = 15.77%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.24

RGB Variations

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

Color information

#C23559 (or 0xC23559) is known color: Old Rose. HEX triplet: C2, 35 and 59. RGB value is (194,53,89). Sum of RGB (Red+Green+Blue) = 194+53+89=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 89 (35.16% from 255 or 26.49% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C23559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23559 is #3DCAA6. Grayscale: #636363. Windows color (decimal): -4049575 or 5846466. OLE color: 5846466.

HSL color Cylindrical-coordinate representation of color #C23559: hue angle of 344.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23559 is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 53 89 -
CMYK 0 0.73 0.54 0.24
HSL 344.68º 0.57% 0.48% -
HSV(B) 344.68º 0.73% 0.76% -
XYZ 25.32 14.74 10.96 -
YUV 99.26 122.21 195.57 -
System Red Green Blue C M Y K H S L
Decimal 194 53 89 0 0.73 0.54 0.24 344.68 0.57 0.48
Hex C2 35 59 0 49 36 18 159 39 30
Octal 302 65 131 0 111 66 30 531 71 60
Binary 11000010 110101 1011001 0 1001001 110110 11000 101011001 111001 110000

Color Harmonies of #C23559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23559

Black with #C23559

Text Example


Text Example

White with #C23559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23559; }

 p { color: rgb(194,53,89); }

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

background-color css

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

 a { background-color: rgb(194,53,89); }

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

border-color css

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

 span { border-color: rgb(194,53,89); }

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