Html Css Color HEX #C8BC69 Dark Khaki

📋 copy color: '#C8BC69'

red 200 ◦ green 188 ◦ blue 105

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

Shades of Dark Khaki #C8BC69

Tints of Dark Khaki #C8BC69

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.13%

 BLUE value IS 105 (41.41% from 255) = 21.3%

R = 40.57%
G = 38.13%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8BC69 (or 0xC8BC69) is known color: Dark Khaki. HEX triplet: C8, BC and 69. RGB value is (200,188,105). Sum of RGB (Red+Green+Blue) = 200+188+105=493 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.57% from 493); Green value is 188 (73.83% from 255 or 38.13% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC69 is #374396. Grayscale: #B6B6B6. Windows color (decimal): -3621783 or 6929608. OLE color: 6929608.

HSL color Cylindrical-coordinate representation of color #C8BC69: hue angle of 52.42º degrees, saturation: 0.46, 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 #C8BC69 is Cyan = 0, Magento = 0.06, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 188 105 -
CMYK 0 0.06 0.48 0.22
HSL 52.42º 0.46% 0.6% -
HSV(B) 52.42º 0.48% 0.78% -
XYZ 44.35 49.27 20.54 -
YUV 182.13 84.48 140.75 -
System Red Green Blue C M Y K H S L
Decimal 200 188 105 0 0.06 0.48 0.22 52.42 0.46 0.6
Hex C8 BC 69 0 6 30 16 34 2E 3C
Octal 310 274 151 0 6 60 26 64 56 74
Binary 11001000 10111100 1101001 0 110 110000 10110 110100 101110 111100

Color Harmonies of #C8BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC69

Black with #C8BC69

Text Example


Text Example

White with #C8BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC69; }

 p { color: rgb(200,188,105); }

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

background-color css

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

 a { background-color: rgb(200,188,105); }

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

border-color css

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

 span { border-color: rgb(200,188,105); }

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