Html Css Color HEX #C23C54 Old Rose

📋 copy color: '#C23C54'

red 194 ◦ green 60 ◦ blue 84

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

Shades of Old Rose #C23C54

Tints of Old Rose #C23C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.85%

R = 57.4%
G = 17.75%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C23C54 (or 0xC23C54) is known color: Old Rose. HEX triplet: C2, 3C and 54. RGB value is (194,60,84). Sum of RGB (Red+Green+Blue) = 194+60+84=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 84 (33.20% from 255 or 24.85% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23C54 is #3DC3AB. Grayscale: #666666. Windows color (decimal): -4047788 or 5520578. OLE color: 5520578.

HSL color Cylindrical-coordinate representation of color #C23C54: hue angle of 349.25º 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 #C23C54 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 60 84 -
CMYK 0 0.69 0.57 0.24
HSL 349.25º 0.53% 0.5% -
HSV(B) 349.25º 0.69% 0.76% -
XYZ 25.46 15.34 10.01 -
YUV 102.8 117.39 193.05 -
System Red Green Blue C M Y K H S L
Decimal 194 60 84 0 0.69 0.57 0.24 349.25 0.53 0.5
Hex C2 3C 54 0 45 39 18 15D 35 32
Octal 302 74 124 0 105 71 30 535 65 62
Binary 11000010 111100 1010100 0 1000101 111001 11000 101011101 110101 110010

Color Harmonies of #C23C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23C54

Black with #C23C54

Text Example


Text Example

White with #C23C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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