Html Css Color HEX #C23156 Old Rose

📋 copy color: '#C23156'

red 194 ◦ green 49 ◦ blue 86

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

Shades of Old Rose #C23156

Tints of Old Rose #C23156

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.89%

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

R = 58.97%
G = 14.89%
B = 26.14%

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

#C23156 (or 0xC23156) is known color: Old Rose. HEX triplet: C2, 31 and 56. RGB value is (194,49,86). Sum of RGB (Red+Green+Blue) = 194+49+86=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 49 (19.53% from 255 or 14.89% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C23156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23156 is #3DCEA9. Grayscale: #606060. Windows color (decimal): -4050602 or 5648834. OLE color: 5648834.

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

Color convert

RGB 194 49 86 -
CMYK 0 0.75 0.56 0.24
HSL 344.69º 0.6% 0.48% -
HSV(B) 344.69º 0.75% 0.76% -
XYZ 25.03 14.34 10.25 -
YUV 96.57 122.04 197.49 -
System Red Green Blue C M Y K H S L
Decimal 194 49 86 0 0.75 0.56 0.24 344.69 0.6 0.48
Hex C2 31 56 0 4B 38 18 159 3C 30
Octal 302 61 126 0 113 70 30 531 74 60
Binary 11000010 110001 1010110 0 1001011 111000 11000 101011001 111100 110000

Color Harmonies of #C23156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23156

Black with #C23156

Text Example


Text Example

White with #C23156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23156; }

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

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

background-color css

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

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

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

border-color css

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

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

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