Html Css Color HEX #C23055 Old Rose

📋 copy color: '#C23055'

red 194 ◦ green 48 ◦ blue 85

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

Shades of Old Rose #C23055

Tints of Old Rose #C23055

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.68%

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

R = 59.33%
G = 14.68%
B = 25.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23055 (or 0xC23055) is known color: Old Rose. HEX triplet: C2, 30 and 55. RGB value is (194,48,85). Sum of RGB (Red+Green+Blue) = 194+48+85=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 48 (19.14% from 255 or 14.68% from 327); Blue value is 85 (33.59% from 255 or 25.99% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C23055 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23055 is #3DCFAA. Grayscale: #5F5F5F. Windows color (decimal): -4050859 or 5583042. OLE color: 5583042.

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

Color convert

RGB 194 48 85 -
CMYK 0 0.75 0.56 0.24
HSL 344.79º 0.6% 0.47% -
HSV(B) 344.79º 0.75% 0.76% -
XYZ 24.94 14.24 10.03 -
YUV 95.87 121.87 197.99 -
System Red Green Blue C M Y K H S L
Decimal 194 48 85 0 0.75 0.56 0.24 344.79 0.6 0.47
Hex C2 30 55 0 4B 38 18 159 3C 2F
Octal 302 60 125 0 113 70 30 531 74 57
Binary 11000010 110000 1010101 0 1001011 111000 11000 101011001 111100 101111

Color Harmonies of #C23055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23055

Black with #C23055

Text Example


Text Example

White with #C23055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23055; }

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

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

background-color css

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

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

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

border-color css

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

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

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