Html Css Color HEX #C31753 Old Rose

📋 copy color: '#C31753'

red 195 ◦ green 23 ◦ blue 83

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

Shades of Old Rose #C31753

Tints of Old Rose #C31753

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.64%

 BLUE value IS 83 (32.81% from 255) = 27.57%

R = 64.78%
G = 7.64%
B = 27.57%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#C31753 (or 0xC31753) is known color: Old Rose. HEX triplet: C3, 17 and 53. RGB value is (195,23,83). Sum of RGB (Red+Green+Blue) = 195+23+83=301 (39% of max value = 765). Red value is 195 (76.56% from 255 or 64.78% from 301); Green value is 23 (9.38% from 255 or 7.64% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 195 - color contains mainly: red. Hex color #C31753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #C31753 is #3CE8AC. Grayscale: #515151. Windows color (decimal): -3991725 or 5445571. OLE color: 5445571.

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

Color convert

RGB 195 23 83 -
CMYK 0 0.88 0.57 0.24
HSL 339.07º 0.79% 0.43% -
HSV(B) 339.07º 0.88% 0.76% -
XYZ 24.37 12.84 9.38 -
YUV 81.27 128.98 209.12 -
System Red Green Blue C M Y K H S L
Decimal 195 23 83 0 0.88 0.57 0.24 339.07 0.79 0.43
Hex C3 17 53 0 58 39 18 153 4F 2B
Octal 303 27 123 0 130 71 30 523 117 53
Binary 11000011 10111 1010011 0 1011000 111001 11000 101010011 1001111 101011

Color Harmonies of #C31753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C31753

Black with #C31753

Text Example


Text Example

White with #C31753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C31753; }

 p { color: rgb(195,23,83); }

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

background-color css

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

 a { background-color: rgb(195,23,83); }

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

border-color css

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

 span { border-color: rgb(195,23,83); }

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