Html Css Color HEX #C63B5E Old Rose

📋 copy color: '#C63B5E'

red 198 ◦ green 59 ◦ blue 94

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

Shades of Old Rose #C63B5E

Tints of Old Rose #C63B5E

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.81%

 BLUE value IS 94 (37.11% from 255) = 26.78%

R = 56.41%
G = 16.81%
B = 26.78%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.22

RGB Variations

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

Color information

#C63B5E (or 0xC63B5E) is known color: Old Rose. HEX triplet: C6, 3B and 5E. RGB value is (198,59,94). Sum of RGB (Red+Green+Blue) = 198+59+94=351 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.41% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 94 (37.11% from 255 or 26.78% from 351); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63B5E is #39C4A1. Grayscale: #686868. Windows color (decimal): -3785890 or 6175686. OLE color: 6175686.

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

Color convert

RGB 198 59 94 -
CMYK 0 0.70 0.53 0.22
HSL 344.89º 0.55% 0.5% -
HSV(B) 344.89º 0.7% 0.78% -
XYZ 26.87 15.94 12.25 -
YUV 104.55 122.05 194.65 -
System Red Green Blue C M Y K H S L
Decimal 198 59 94 0 0.70 0.53 0.22 344.89 0.55 0.5
Hex C6 3B 5E 0 46 35 16 159 37 32
Octal 306 73 136 0 106 65 26 531 67 62
Binary 11000110 111011 1011110 0 1000110 110101 10110 101011001 110111 110010

Color Harmonies of #C63B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63B5E

Black with #C63B5E

Text Example


Text Example

White with #C63B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63B5E; }

 p { color: rgb(198,59,94); }

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

background-color css

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

 a { background-color: rgb(198,59,94); }

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

border-color css

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

 span { border-color: rgb(198,59,94); }

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