Html Css Color HEX #C63960 Old Rose

📋 copy color: '#C63960'

red 198 ◦ green 57 ◦ blue 96

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

Shades of Old Rose #C63960

Tints of Old Rose #C63960

RGB

 RED value IS 198 (77.73% from 255) = 56.41%

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

 BLUE value IS 96 (37.89% from 255) = 27.35%

R = 56.41%
G = 16.24%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C63960 (or 0xC63960) is known color: Old Rose. HEX triplet: C6, 39 and 60. RGB value is (198,57,96). Sum of RGB (Red+Green+Blue) = 198+57+96=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 57 (22.66% from 255 or 16.24% from 351); Blue value is 96 (37.89% from 255 or 27.35% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C63960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63960 is #39C69F. Grayscale: #676767. Windows color (decimal): -3786400 or 6306246. OLE color: 6306246.

HSL color Cylindrical-coordinate representation of color #C63960: hue angle of 343.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63960 is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 96 -
CMYK 0 0.71 0.52 0.22
HSL 343.4º 0.55% 0.5% -
HSV(B) 343.4º 0.71% 0.78% -
XYZ 26.86 15.78 12.7 -
YUV 103.61 123.71 195.33 -
System Red Green Blue C M Y K H S L
Decimal 198 57 96 0 0.71 0.52 0.22 343.4 0.55 0.5
Hex C6 39 60 0 47 34 16 157 37 32
Octal 306 71 140 0 107 64 26 527 67 62
Binary 11000110 111001 1100000 0 1000111 110100 10110 101010111 110111 110010

Color Harmonies of #C63960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63960

Black with #C63960

Text Example


Text Example

White with #C63960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63960; }

 p { color: rgb(198,57,96); }

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

background-color css

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

 a { background-color: rgb(198,57,96); }

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

border-color css

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

 span { border-color: rgb(198,57,96); }

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