Html Css Color HEX #C23255 Old Rose

📋 copy color: '#C23255'

red 194 ◦ green 50 ◦ blue 85

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

Shades of Old Rose #C23255

Tints of Old Rose #C23255

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.2%

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

R = 58.97%
G = 15.2%
B = 25.84%

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

#C23255 (or 0xC23255) is known color: Old Rose. HEX triplet: C2, 32 and 55. RGB value is (194,50,85). Sum of RGB (Red+Green+Blue) = 194+50+85=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 85 (33.59% from 255 or 25.84% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23255 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23255 is #3DCDAA. Grayscale: #616161. Windows color (decimal): -4050347 or 5583554. OLE color: 5583554.

HSL color Cylindrical-coordinate representation of color #C23255: hue angle of 345.42º degrees, saturation: 0.59, 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 #C23255 is Cyan = 0, Magento = 0.74, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 50 85 -
CMYK 0 0.74 0.56 0.24
HSL 345.42º 0.59% 0.48% -
HSV(B) 345.42º 0.74% 0.76% -
XYZ 25.03 14.41 10.06 -
YUV 97.05 121.21 197.15 -
System Red Green Blue C M Y K H S L
Decimal 194 50 85 0 0.74 0.56 0.24 345.42 0.59 0.48
Hex C2 32 55 0 4A 38 18 159 3B 30
Octal 302 62 125 0 112 70 30 531 73 60
Binary 11000010 110010 1010101 0 1001010 111000 11000 101011001 111011 110000

Color Harmonies of #C23255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23255

Black with #C23255

Text Example


Text Example

White with #C23255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23255; }

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

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

background-color css

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

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

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

border-color css

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

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

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