Html Css Color HEX #C0BF6E Dark Khaki

📋 copy color: '#C0BF6E'

red 192 ◦ green 191 ◦ blue 110

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

Shades of Dark Khaki #C0BF6E

Tints of Dark Khaki #C0BF6E

RGB

 RED value IS 192 (75.39% from 255) = 38.95%

 GREEN value IS 191 (75% from 255) = 38.74%

 BLUE value IS 110 (43.36% from 255) = 22.31%

R = 38.95%
G = 38.74%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0BF6E (or 0xC0BF6E) is known color: Dark Khaki. HEX triplet: C0, BF and 6E. RGB value is (192,191,110). Sum of RGB (Red+Green+Blue) = 192+191+110=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 110 (43.36% from 255 or 22.31% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF6E is #3F4091. Grayscale: #B6B6B6. Windows color (decimal): -4145298 or 7258048. OLE color: 7258048.

HSL color Cylindrical-coordinate representation of color #C0BF6E: hue angle of 59.27º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C0BF6E is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 191 110 -
CMYK 0 0.01 0.43 0.25
HSL 59.27º 0.39% 0.59% -
HSV(B) 59.27º 0.43% 0.75% -
XYZ 43.18 49.59 22.05 -
YUV 182.07 87.33 135.09 -
System Red Green Blue C M Y K H S L
Decimal 192 191 110 0 0.01 0.43 0.25 59.27 0.39 0.59
Hex C0 BF 6E 0 1 2B 19 3B 27 3B
Octal 300 277 156 0 1 53 31 73 47 73
Binary 11000000 10111111 1101110 0 1 101011 11001 111011 100111 111011

Color Harmonies of #C0BF6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF6E

Black with #C0BF6E

Text Example


Text Example

White with #C0BF6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF6E; }

 p { color: rgb(192,191,110); }

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

background-color css

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

 a { background-color: rgb(192,191,110); }

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

border-color css

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

 span { border-color: rgb(192,191,110); }

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