Html Css Color HEX #C63656 Old Rose

📋 copy color: '#C63656'

red 198 ◦ green 54 ◦ blue 86

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

Shades of Old Rose #C63656

Tints of Old Rose #C63656

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.98%

 BLUE value IS 86 (33.98% from 255) = 25.44%

R = 58.58%
G = 15.98%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.57

 K value IS 0.22

RGB Variations

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

Color information

#C63656 (or 0xC63656) is known color: Old Rose. HEX triplet: C6, 36 and 56. RGB value is (198,54,86). Sum of RGB (Red+Green+Blue) = 198+54+86=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 54 (21.48% from 255 or 15.98% from 338); Blue value is 86 (33.98% from 255 or 25.44% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C63656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63656 is #39C9A9. Grayscale: #646464. Windows color (decimal): -3787178 or 5650118. OLE color: 5650118.

HSL color Cylindrical-coordinate representation of color #C63656: hue angle of 346.67º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63656 is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 54 86 -
CMYK 0 0.73 0.57 0.22
HSL 346.67º 0.57% 0.49% -
HSV(B) 346.67º 0.73% 0.78% -
XYZ 26.29 15.32 10.37 -
YUV 100.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 198 54 86 0 0.73 0.57 0.22 346.67 0.57 0.49
Hex C6 36 56 0 49 39 16 15B 39 31
Octal 306 66 126 0 111 71 26 533 71 61
Binary 11000110 110110 1010110 0 1001001 111001 10110 101011011 111001 110001

Color Harmonies of #C63656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C63656

Black with #C63656

Text Example


Text Example

White with #C63656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C63656; }

 p { color: rgb(198,54,86); }

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

background-color css

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

 a { background-color: rgb(198,54,86); }

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

border-color css

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

 span { border-color: rgb(198,54,86); }

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