Html Css Color HEX #C23355 Old Rose

📋 copy color: '#C23355'

red 194 ◦ green 51 ◦ blue 85

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

Shades of Old Rose #C23355

Tints of Old Rose #C23355

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.45%

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

R = 58.79%
G = 15.45%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23355 (or 0xC23355) is known color: Old Rose. HEX triplet: C2, 33 and 55. RGB value is (194,51,85). Sum of RGB (Red+Green+Blue) = 194+51+85=330 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.79% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 194 - color contains mainly: red. Hex color #C23355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23355 is #3DCCAA. Grayscale: #616161. Windows color (decimal): -4050091 or 5583810. OLE color: 5583810.

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

Color convert

RGB 194 51 85 -
CMYK 0 0.74 0.56 0.24
HSL 345.73º 0.58% 0.48% -
HSV(B) 345.73º 0.74% 0.76% -
XYZ 25.07 14.49 10.07 -
YUV 97.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 194 51 85 0 0.74 0.56 0.24 345.73 0.58 0.48
Hex C2 33 55 0 4A 38 18 15A 3A 30
Octal 302 63 125 0 112 70 30 532 72 60
Binary 11000010 110011 1010101 0 1001010 111000 11000 101011010 111010 110000

Color Harmonies of #C23355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23355

Black with #C23355

Text Example


Text Example

White with #C23355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23355; }

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

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

background-color css

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

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

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

border-color css

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

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

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