Html Css Color HEX #C8C986 Deco

📋 copy color: '#C8C986'

red 200 ◦ green 201 ◦ blue 134

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

Shades of Deco #C8C986

Tints of Deco #C8C986

RGB

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

 GREEN value IS 201 (78.91% from 255) = 37.57%

 BLUE value IS 134 (52.73% from 255) = 25.05%

R = 37.38%
G = 37.57%
B = 25.05%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.33

 K value IS 0.21

RGB Variations

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

Color information

#C8C986 (or 0xC8C986) is known color: Deco. HEX triplet: C8, C9 and 86. RGB value is (200,201,134). Sum of RGB (Red+Green+Blue) = 200+201+134=535 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.38% from 535); Green value is 201 (78.91% from 255 or 37.57% from 535); Blue value is 134 (52.73% from 255 or 25.05% from 535); Max value from RGB is 201 - color contains mainly: green. Hex color #C8C986 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C986 is #373679. Grayscale: #C1C1C1. Windows color (decimal): -3618426 or 8833480. OLE color: 8833480.

HSL color Cylindrical-coordinate representation of color #C8C986: hue angle of 60.9º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C8C986 is Cyan = 0.00, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.21.

Color convert

RGB 200 201 134 -
CMYK 0.00 0 0.33 0.21
HSL 60.9º 0.38% 0.66% -
HSV(B) 60.9º 0.33% 0.79% -
XYZ 49.01 55.77 30.74 -
YUV 193.06 94.67 132.95 -
System Red Green Blue C M Y K H S L
Decimal 200 201 134 0.00 0 0.33 0.21 60.9 0.38 0.66
Hex C8 C9 86 0 0 21 15 3D 26 42
Octal 310 311 206 0 0 41 25 75 46 102
Binary 11001000 11001001 10000110 0 0 100001 10101 111101 100110 1000010

Color Harmonies of #C8C986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C986

Black with #C8C986

Text Example


Text Example

White with #C8C986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C986; }

 p { color: rgb(200,201,134); }

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

background-color css

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

 a { background-color: rgb(200,201,134); }

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

border-color css

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

 span { border-color: rgb(200,201,134); }

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