Html Css Color HEX #C23560 Old Rose

📋 copy color: '#C23560'

red 194 ◦ green 53 ◦ blue 96

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

Shades of Old Rose #C23560

Tints of Old Rose #C23560

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.45%

 BLUE value IS 96 (37.89% from 255) = 27.99%

R = 56.56%
G = 15.45%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.51

 K value IS 0.24

RGB Variations

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

Color information

#C23560 (or 0xC23560) is known color: Old Rose. HEX triplet: C2, 35 and 60. RGB value is (194,53,96). Sum of RGB (Red+Green+Blue) = 194+53+96=343 (45% of max value = 765). Red value is 194 (76.17% from 255 or 56.56% from 343); Green value is 53 (21.09% from 255 or 15.45% from 343); Blue value is 96 (37.89% from 255 or 27.99% from 343); Max value from RGB is 194 - color contains mainly: red. Hex color #C23560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23560 is #3DCA9F. Grayscale: #646464. Windows color (decimal): -4049568 or 6305218. OLE color: 6305218.

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

Color convert

RGB 194 53 96 -
CMYK 0 0.73 0.51 0.24
HSL 341.7º 0.57% 0.48% -
HSV(B) 341.7º 0.73% 0.76% -
XYZ 25.63 14.86 12.58 -
YUV 100.06 125.71 195 -
System Red Green Blue C M Y K H S L
Decimal 194 53 96 0 0.73 0.51 0.24 341.7 0.57 0.48
Hex C2 35 60 0 49 33 18 156 39 30
Octal 302 65 140 0 111 63 30 526 71 60
Binary 11000010 110101 1100000 0 1001001 110011 11000 101010110 111001 110000

Color Harmonies of #C23560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23560

Black with #C23560

Text Example


Text Example

White with #C23560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23560; }

 p { color: rgb(194,53,96); }

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

background-color css

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

 a { background-color: rgb(194,53,96); }

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

border-color css

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

 span { border-color: rgb(194,53,96); }

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