Html Css Color HEX #C31655 Old Rose

📋 copy color: '#C31655'

red 195 ◦ green 22 ◦ blue 85

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

Shades of Old Rose #C31655

Tints of Old Rose #C31655

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 28.15%

R = 64.57%
G = 7.28%
B = 28.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.24

RGB Variations

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

Color information

#C31655 (or 0xC31655) is known color: Old Rose. HEX triplet: C3, 16 and 55. RGB value is (195,22,85). Sum of RGB (Red+Green+Blue) = 195+22+85=302 (40% of max value = 765). Red value is 195 (76.56% from 255 or 64.57% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 85 (33.59% from 255 or 28.15% from 302); Max value from RGB is 195 - color contains mainly: red. Hex color #C31655 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31655 is #3CE9AA. Grayscale: #505050. Windows color (decimal): -3991979 or 5576387. OLE color: 5576387.

HSL color Cylindrical-coordinate representation of color #C31655: hue angle of 338.15º 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 #C31655 is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 22 85 -
CMYK 0 0.89 0.56 0.24
HSL 338.15º 0.8% 0.43% -
HSV(B) 338.15º 0.89% 0.76% -
XYZ 24.43 12.83 9.78 -
YUV 80.91 130.31 209.38 -
System Red Green Blue C M Y K H S L
Decimal 195 22 85 0 0.89 0.56 0.24 338.15 0.8 0.43
Hex C3 16 55 0 59 38 18 152 50 2B
Octal 303 26 125 0 131 70 30 522 120 53
Binary 11000011 10110 1010101 0 1011001 111000 11000 101010010 1010000 101011

Color Harmonies of #C31655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31655

Black with #C31655

Text Example


Text Example

White with #C31655

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31655; }

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

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

background-color css

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

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

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

border-color css

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

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

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