Html Css Color HEX #C8C071 Dark Khaki

📋 copy color: '#C8C071'

red 200 ◦ green 192 ◦ blue 113

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

Shades of Dark Khaki #C8C071

Tints of Dark Khaki #C8C071

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.02%

 BLUE value IS 113 (44.53% from 255) = 22.38%

R = 39.6%
G = 38.02%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8C071 (or 0xC8C071) is known color: Dark Khaki. HEX triplet: C8, C0 and 71. RGB value is (200,192,113). Sum of RGB (Red+Green+Blue) = 200+192+113=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 192 (75.39% from 255 or 38.02% from 505); Blue value is 113 (44.53% from 255 or 22.38% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C071 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C071 is #373F8E. Grayscale: #B9B9B9. Windows color (decimal): -3620751 or 7454920. OLE color: 7454920.

HSL color Cylindrical-coordinate representation of color #C8C071: hue angle of 54.48º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C8C071 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 192 113 -
CMYK 0 0.04 0.44 0.22
HSL 54.48º 0.44% 0.61% -
HSV(B) 54.48º 0.44% 0.78% -
XYZ 45.65 51.17 23.09 -
YUV 185.39 87.15 138.42 -
System Red Green Blue C M Y K H S L
Decimal 200 192 113 0 0.04 0.44 0.22 54.48 0.44 0.61
Hex C8 C0 71 0 4 2C 16 36 2C 3D
Octal 310 300 161 0 4 54 26 66 54 75
Binary 11001000 11000000 1110001 0 100 101100 10110 110110 101100 111101

Color Harmonies of #C8C071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C071

Black with #C8C071

Text Example


Text Example

White with #C8C071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C071; }

 p { color: rgb(200,192,113); }

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

background-color css

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

 a { background-color: rgb(200,192,113); }

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

border-color css

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

 span { border-color: rgb(200,192,113); }

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