Html Css Color HEX #C6395F Old Rose

📋 copy color: '#C6395F'

red 198 ◦ green 57 ◦ blue 95

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

Shades of Old Rose #C6395F

Tints of Old Rose #C6395F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 27.14%

R = 56.57%
G = 16.29%
B = 27.14%

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

#C6395F (or 0xC6395F) is known color: Old Rose. HEX triplet: C6, 39 and 5F. RGB value is (198,57,95). Sum of RGB (Red+Green+Blue) = 198+57+95=350 (46% of max value = 765). Red value is 198 (77.73% from 255 or 56.57% from 350); Green value is 57 (22.66% from 255 or 16.29% from 350); Blue value is 95 (37.5% from 255 or 27.14% from 350); Max value from RGB is 198 - color contains mainly: red. Hex color #C6395F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C6395F is #39C6A0. Grayscale: #676767. Windows color (decimal): -3786401 or 6240710. OLE color: 6240710.

HSL color Cylindrical-coordinate representation of color #C6395F: hue angle of 343.83º 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 #C6395F is Cyan = 0, Magento = 0.71, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 57 95 -
CMYK 0 0.71 0.52 0.22
HSL 343.83º 0.55% 0.5% -
HSV(B) 343.83º 0.71% 0.78% -
XYZ 26.82 15.76 12.45 -
YUV 103.49 123.21 195.41 -
System Red Green Blue C M Y K H S L
Decimal 198 57 95 0 0.71 0.52 0.22 343.83 0.55 0.5
Hex C6 39 5F 0 47 34 16 158 37 32
Octal 306 71 137 0 107 64 26 530 67 62
Binary 11000110 111001 1011111 0 1000111 110100 10110 101011000 110111 110010

Color Harmonies of #C6395F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6395F

Black with #C6395F

Text Example


Text Example

White with #C6395F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6395F; }

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

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

background-color css

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

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

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

border-color css

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

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

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