Html Css Color HEX #C31657 Old Rose

📋 copy color: '#C31657'

red 195 ◦ green 22 ◦ blue 87

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

Shades of Old Rose #C31657

Tints of Old Rose #C31657

RGB

 RED value IS 195 (76.56% from 255) = 64.14%

 GREEN value IS 22 (8.98% from 255) = 7.24%

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

R = 64.14%
G = 7.24%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.55

 K value IS 0.24

RGB Variations

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

Color information

#C31657 (or 0xC31657) is known color: Old Rose. HEX triplet: C3, 16 and 57. RGB value is (195,22,87). Sum of RGB (Red+Green+Blue) = 195+22+87=304 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.14% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 87 (34.38% from 255 or 28.62% from 304); Max value from RGB is 195 - color contains mainly: red. Hex color #C31657 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31657 is #3CE9A8. Grayscale: #515151. Windows color (decimal): -3991977 or 5707459. OLE color: 5707459.

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

Color convert

RGB 195 22 87 -
CMYK 0 0.89 0.55 0.24
HSL 337.46º 0.8% 0.43% -
HSV(B) 337.46º 0.89% 0.76% -
XYZ 24.51 12.86 10.21 -
YUV 81.14 131.31 209.21 -
System Red Green Blue C M Y K H S L
Decimal 195 22 87 0 0.89 0.55 0.24 337.46 0.8 0.43
Hex C3 16 57 0 59 37 18 151 50 2B
Octal 303 26 127 0 131 67 30 521 120 53
Binary 11000011 10110 1010111 0 1011001 110111 11000 101010001 1010000 101011

Color Harmonies of #C31657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31657

Black with #C31657

Text Example


Text Example

White with #C31657

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31657; }

 p { color: rgb(195,22,87); }

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

background-color css

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

 a { background-color: rgb(195,22,87); }

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

border-color css

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

 span { border-color: rgb(195,22,87); }

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