Html Css Color HEX #C23657 Old Rose

📋 copy color: '#C23657'

red 194 ◦ green 54 ◦ blue 87

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

Shades of Old Rose #C23657

Tints of Old Rose #C23657

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.12%

 BLUE value IS 87 (34.38% from 255) = 25.97%

R = 57.91%
G = 16.12%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C23657 (or 0xC23657) is known color: Old Rose. HEX triplet: C2, 36 and 57. RGB value is (194,54,87). Sum of RGB (Red+Green+Blue) = 194+54+87=335 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.91% from 335); Green value is 54 (21.48% from 255 or 16.12% from 335); Blue value is 87 (34.38% from 255 or 25.97% from 335); Max value from RGB is 194 - color contains mainly: red. Hex color #C23657 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23657 is #3DC9A8. Grayscale: #636363. Windows color (decimal): -4049321 or 5715650. OLE color: 5715650.

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

Color convert

RGB 194 54 87 -
CMYK 0 0.72 0.55 0.24
HSL 345.86º 0.56% 0.49% -
HSV(B) 345.86º 0.72% 0.76% -
XYZ 25.29 14.8 10.54 -
YUV 99.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 194 54 87 0 0.72 0.55 0.24 345.86 0.56 0.49
Hex C2 36 57 0 48 37 18 15A 38 31
Octal 302 66 127 0 110 67 30 532 70 61
Binary 11000010 110110 1010111 0 1001000 110111 11000 101011010 111000 110001

Color Harmonies of #C23657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C23657

Black with #C23657

Text Example


Text Example

White with #C23657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C23657; }

 p { color: rgb(194,54,87); }

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

background-color css

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

 a { background-color: rgb(194,54,87); }

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

border-color css

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

 span { border-color: rgb(194,54,87); }

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