Html Css Color HEX #C8BD6A Dark Khaki

📋 copy color: '#C8BD6A'

red 200 ◦ green 189 ◦ blue 106

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

Shades of Dark Khaki #C8BD6A

Tints of Dark Khaki #C8BD6A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 38.18%

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

R = 40.4%
G = 38.18%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.47

 K value IS 0.22

RGB Variations

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

Color information

#C8BD6A (or 0xC8BD6A) is known color: Dark Khaki. HEX triplet: C8, BD and 6A. RGB value is (200,189,106). Sum of RGB (Red+Green+Blue) = 200+189+106=495 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.40% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BD6A is #374295. Grayscale: #B7B7B7. Windows color (decimal): -3621526 or 6995400. OLE color: 6995400.

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

Color convert

RGB 200 189 106 -
CMYK 0 0.06 0.47 0.22
HSL 52.98º 0.46% 0.6% -
HSV(B) 52.98º 0.47% 0.78% -
XYZ 44.62 49.72 20.88 -
YUV 182.83 84.64 140.25 -
System Red Green Blue C M Y K H S L
Decimal 200 189 106 0 0.06 0.47 0.22 52.98 0.46 0.6
Hex C8 BD 6A 0 6 2F 16 35 2E 3C
Octal 310 275 152 0 6 57 26 65 56 74
Binary 11001000 10111101 1101010 0 110 101111 10110 110101 101110 111100

Color Harmonies of #C8BD6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD6A

Black with #C8BD6A

Text Example


Text Example

White with #C8BD6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD6A; }

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

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

background-color css

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

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

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

border-color css

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

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

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