Html Css Color HEX #C8C68C Deco

📋 copy color: '#C8C68C'

red 200 ◦ green 198 ◦ blue 140

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

Shades of Deco #C8C68C

Tints of Deco #C8C68C

RGB

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

 GREEN value IS 198 (77.73% from 255) = 36.8%

 BLUE value IS 140 (55.08% from 255) = 26.02%

R = 37.17%
G = 36.8%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.3

 K value IS 0.22

RGB Variations

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

Color information

#C8C68C (or 0xC8C68C) is known color: Deco. HEX triplet: C8, C6 and 8C. RGB value is (200,198,140). Sum of RGB (Red+Green+Blue) = 200+198+140=538 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.17% from 538); Green value is 198 (77.73% from 255 or 36.80% from 538); Blue value is 140 (55.08% from 255 or 26.02% from 538); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C68C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8C68C is #373973. Grayscale: #C0C0C0. Windows color (decimal): -3619188 or 9225928. OLE color: 9225928.

HSL color Cylindrical-coordinate representation of color #C8C68C: hue angle of 58º degrees, saturation: 0.35, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8C68C is Cyan = 0, Magento = 0.01, Yellow = 0.3 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 198 140 -
CMYK 0 0.01 0.3 0.22
HSL 58º 0.35% 0.67% -
HSV(B) 58º 0.3% 0.78% -
XYZ 48.75 54.56 32.77 -
YUV 191.99 98.66 133.72 -
System Red Green Blue C M Y K H S L
Decimal 200 198 140 0 0.01 0.3 0.22 58 0.35 0.67
Hex C8 C6 8C 0 1 1E 16 3A 23 43
Octal 310 306 214 0 1 36 26 72 43 103
Binary 11001000 11000110 10001100 0 1 11110 10110 111010 100011 1000011

Color Harmonies of #C8C68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C68C

Black with #C8C68C

Text Example


Text Example

White with #C8C68C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C68C; }

 p { color: rgb(200,198,140); }

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

background-color css

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

 a { background-color: rgb(200,198,140); }

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

border-color css

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

 span { border-color: rgb(200,198,140); }

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