Html Css Color HEX #C23955 Old Rose

📋 copy color: '#C23955'

red 194 ◦ green 57 ◦ blue 85

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

Shades of Old Rose #C23955

Tints of Old Rose #C23955

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.96%

 BLUE value IS 85 (33.59% from 255) = 25.3%

R = 57.74%
G = 16.96%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23955 (or 0xC23955) is known color: Old Rose. HEX triplet: C2, 39 and 55. RGB value is (194,57,85). Sum of RGB (Red+Green+Blue) = 194+57+85=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 57 (22.66% from 255 or 16.96% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C23955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23955 is #3DC6AA. Grayscale: #656565. Windows color (decimal): -4048555 or 5585346. OLE color: 5585346.

HSL color Cylindrical-coordinate representation of color #C23955: hue angle of 347.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23955 is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 57 85 -
CMYK 0 0.71 0.56 0.24
HSL 347.74º 0.55% 0.49% -
HSV(B) 347.74º 0.71% 0.76% -
XYZ 25.35 15.05 10.16 -
YUV 101.16 118.89 194.22 -
System Red Green Blue C M Y K H S L
Decimal 194 57 85 0 0.71 0.56 0.24 347.74 0.55 0.49
Hex C2 39 55 0 47 38 18 15C 37 31
Octal 302 71 125 0 107 70 30 534 67 61
Binary 11000010 111001 1010101 0 1000111 111000 11000 101011100 110111 110001

Color Harmonies of #C23955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23955

Black with #C23955

Text Example


Text Example

White with #C23955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23955; }

 p { color: rgb(194,57,85); }

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

background-color css

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

 a { background-color: rgb(194,57,85); }

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

border-color css

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

 span { border-color: rgb(194,57,85); }

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