Html Css Color HEX #C86B4B Red Damask

📋 copy color: '#C86B4B'

red 200 ◦ green 107 ◦ blue 75

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

Shades of Red Damask #C86B4B

Tints of Red Damask #C86B4B

RGB

 RED value IS 200 (78.52% from 255) = 52.36%

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 75 (29.69% from 255) = 19.63%

R = 52.36%
G = 28.01%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.22

RGB Variations

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

Color information

#C86B4B (or 0xC86B4B) is known color: Red Damask. HEX triplet: C8, 6B and 4B. RGB value is (200,107,75). Sum of RGB (Red+Green+Blue) = 200+107+75=382 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.36% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 75 (29.69% from 255 or 19.63% from 382); Max value from RGB is 200 - color contains mainly: red. Hex color #C86B4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86B4B is #3794B4. Grayscale: #838383. Windows color (decimal): -3642549 or 4942792. OLE color: 4942792.

HSL color Cylindrical-coordinate representation of color #C86B4B: hue angle of 15.36º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C86B4B is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 107 75 -
CMYK 0 0.46 0.62 0.22
HSL 15.36º 0.53% 0.54% -
HSV(B) 15.36º 0.63% 0.78% -
XYZ 30.35 23.3 9.56 -
YUV 131.16 96.31 177.1 -
System Red Green Blue C M Y K H S L
Decimal 200 107 75 0 0.46 0.62 0.22 15.36 0.53 0.54
Hex C8 6B 4B 0 2E 3E 16 F 35 36
Octal 310 153 113 0 56 76 26 17 65 66
Binary 11001000 1101011 1001011 0 101110 111110 10110 1111 110101 110110

Color Harmonies of #C86B4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C86B4B

Black with #C86B4B

Text Example


Text Example

White with #C86B4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C86B4B; }

 p { color: rgb(200,107,75); }

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

background-color css

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

 a { background-color: rgb(200,107,75); }

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

border-color css

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

 span { border-color: rgb(200,107,75); }

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