Html Css Color HEX #C23456 Old Rose

📋 copy color: '#C23456'

red 194 ◦ green 52 ◦ blue 86

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

Shades of Old Rose #C23456

Tints of Old Rose #C23456

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.66%

 BLUE value IS 86 (33.98% from 255) = 25.9%

R = 58.43%
G = 15.66%
B = 25.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23456 (or 0xC23456) is known color: Old Rose. HEX triplet: C2, 34 and 56. RGB value is (194,52,86). Sum of RGB (Red+Green+Blue) = 194+52+86=332 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.43% from 332); Green value is 52 (20.70% from 255 or 15.66% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 194 - color contains mainly: red. Hex color #C23456 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23456 is #3DCBA9. Grayscale: #626262. Windows color (decimal): -4049834 or 5649602. OLE color: 5649602.

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

Color convert

RGB 194 52 86 -
CMYK 0 0.73 0.56 0.24
HSL 345.63º 0.58% 0.48% -
HSV(B) 345.63º 0.73% 0.76% -
XYZ 25.16 14.6 10.3 -
YUV 98.33 121.04 196.24 -
System Red Green Blue C M Y K H S L
Decimal 194 52 86 0 0.73 0.56 0.24 345.63 0.58 0.48
Hex C2 34 56 0 49 38 18 15A 3A 30
Octal 302 64 126 0 111 70 30 532 72 60
Binary 11000010 110100 1010110 0 1001001 111000 11000 101011010 111010 110000

Color Harmonies of #C23456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23456

Black with #C23456

Text Example


Text Example

White with #C23456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23456; }

 p { color: rgb(194,52,86); }

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

background-color css

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

 a { background-color: rgb(194,52,86); }

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

border-color css

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

 span { border-color: rgb(194,52,86); }

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