Html Css Color HEX #C8B968 Dark Khaki

📋 copy color: '#C8B968'

red 200 ◦ green 185 ◦ blue 104

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

Shades of Dark Khaki #C8B968

Tints of Dark Khaki #C8B968

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.83%

 BLUE value IS 104 (41.02% from 255) = 21.27%

R = 40.9%
G = 37.83%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8B968 (or 0xC8B968) is known color: Dark Khaki. HEX triplet: C8, B9 and 68. RGB value is (200,185,104). Sum of RGB (Red+Green+Blue) = 200+185+104=489 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.90% from 489); Green value is 185 (72.66% from 255 or 37.83% from 489); Blue value is 104 (41.02% from 255 or 21.27% from 489); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B968 is #374697. Grayscale: #B4B4B4. Windows color (decimal): -3622552 or 6863304. OLE color: 6863304.

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

Color convert

RGB 200 185 104 -
CMYK 0 0.08 0.48 0.22
HSL 50.63º 0.47% 0.6% -
HSV(B) 50.63º 0.48% 0.78% -
XYZ 43.67 47.98 20.06 -
YUV 180.25 84.97 142.09 -
System Red Green Blue C M Y K H S L
Decimal 200 185 104 0 0.08 0.48 0.22 50.63 0.47 0.6
Hex C8 B9 68 0 8 30 16 33 2F 3C
Octal 310 271 150 0 10 60 26 63 57 74
Binary 11001000 10111001 1101000 0 1000 110000 10110 110011 101111 111100

Color Harmonies of #C8B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B968

Black with #C8B968

Text Example


Text Example

White with #C8B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B968; }

 p { color: rgb(200,185,104); }

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

background-color css

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

 a { background-color: rgb(200,185,104); }

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

border-color css

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

 span { border-color: rgb(200,185,104); }

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