Html Css Color HEX #C23956 Old Rose

📋 copy color: '#C23956'

red 194 ◦ green 57 ◦ blue 86

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

Shades of Old Rose #C23956

Tints of Old Rose #C23956

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.91%

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

R = 57.57%
G = 16.91%
B = 25.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C23956 (or 0xC23956) is known color: Old Rose. HEX triplet: C2, 39 and 56. RGB value is (194,57,86). Sum of RGB (Red+Green+Blue) = 194+57+86=337 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.57% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 86 (33.98% from 255 or 25.52% from 337); Max value from RGB is 194 - color contains mainly: red. Hex color #C23956 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23956 is #3DC6A9. Grayscale: #656565. Windows color (decimal): -4048554 or 5650882. OLE color: 5650882.

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

Color convert

RGB 194 57 86 -
CMYK 0 0.71 0.56 0.24
HSL 347.3º 0.55% 0.49% -
HSV(B) 347.3º 0.71% 0.76% -
XYZ 25.39 15.07 10.37 -
YUV 101.27 119.39 194.14 -
System Red Green Blue C M Y K H S L
Decimal 194 57 86 0 0.71 0.56 0.24 347.3 0.55 0.49
Hex C2 39 56 0 47 38 18 15B 37 31
Octal 302 71 126 0 107 70 30 533 67 61
Binary 11000010 111001 1010110 0 1000111 111000 11000 101011011 110111 110001

Color Harmonies of #C23956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23956

Black with #C23956

Text Example


Text Example

White with #C23956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23956; }

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

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

background-color css

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

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

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

border-color css

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

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

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