Html Css Color HEX #C8C56A Dark Khaki

📋 copy color: '#C8C56A'

red 200 ◦ green 197 ◦ blue 106

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

Shades of Dark Khaki #C8C56A

Tints of Dark Khaki #C8C56A

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.17%

 BLUE value IS 106 (41.8% from 255) = 21.07%

R = 39.76%
G = 39.17%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8C56A (or 0xC8C56A) is known color: Dark Khaki. HEX triplet: C8, C5 and 6A. RGB value is (200,197,106). Sum of RGB (Red+Green+Blue) = 200+197+106=503 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.76% from 503); Green value is 197 (77.34% from 255 or 39.17% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C56A is #373A95. Grayscale: #BBBBBB. Windows color (decimal): -3619478 or 6997448. OLE color: 6997448.

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

Color convert

RGB 200 197 106 -
CMYK 0 0.02 0.47 0.22
HSL 58.09º 0.46% 0.6% -
HSV(B) 58.09º 0.47% 0.78% -
XYZ 46.39 53.25 21.47 -
YUV 187.52 81.99 136.9 -
System Red Green Blue C M Y K H S L
Decimal 200 197 106 0 0.02 0.47 0.22 58.09 0.46 0.6
Hex C8 C5 6A 0 2 2F 16 3A 2E 3C
Octal 310 305 152 0 2 57 26 72 56 74
Binary 11001000 11000101 1101010 0 10 101111 10110 111010 101110 111100

Color Harmonies of #C8C56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C56A

Black with #C8C56A

Text Example


Text Example

White with #C8C56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C56A; }

 p { color: rgb(200,197,106); }

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

background-color css

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

 a { background-color: rgb(200,197,106); }

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

border-color css

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

 span { border-color: rgb(200,197,106); }

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