Html Css Color HEX #C23C52 Old Rose

📋 copy color: '#C23C52'

red 194 ◦ green 60 ◦ blue 82

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

Shades of Old Rose #C23C52

Tints of Old Rose #C23C52

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.86%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 57.74%
G = 17.86%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#C23C52 (or 0xC23C52) is known color: Old Rose. HEX triplet: C2, 3C and 52. RGB value is (194,60,82). Sum of RGB (Red+Green+Blue) = 194+60+82=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 60 (23.83% from 255 or 17.86% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C52 is #3DC3AD. Grayscale: #666666. Windows color (decimal): -4047790 or 5389506. OLE color: 5389506.

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

Color convert

RGB 194 60 82 -
CMYK 0 0.69 0.58 0.24
HSL 350.15º 0.53% 0.5% -
HSV(B) 350.15º 0.69% 0.76% -
XYZ 25.39 15.31 9.6 -
YUV 102.57 116.39 193.21 -
System Red Green Blue C M Y K H S L
Decimal 194 60 82 0 0.69 0.58 0.24 350.15 0.53 0.5
Hex C2 3C 52 0 45 3A 18 15E 35 32
Octal 302 74 122 0 105 72 30 536 65 62
Binary 11000010 111100 1010010 0 1000101 111010 11000 101011110 110101 110010

Color Harmonies of #C23C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C52

Black with #C23C52

Text Example


Text Example

White with #C23C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C52; }

 p { color: rgb(194,60,82); }

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

background-color css

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

 a { background-color: rgb(194,60,82); }

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

border-color css

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

 span { border-color: rgb(194,60,82); }

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