Html Css Color HEX #C0BF6F Dark Khaki

📋 copy color: '#C0BF6F'

red 192 ◦ green 191 ◦ blue 111

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

Shades of Dark Khaki #C0BF6F

Tints of Dark Khaki #C0BF6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.47%

R = 38.87%
G = 38.66%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.42

 K value IS 0.25

RGB Variations

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

Color information

#C0BF6F (or 0xC0BF6F) is known color: Dark Khaki. HEX triplet: C0, BF and 6F. RGB value is (192,191,111). Sum of RGB (Red+Green+Blue) = 192+191+111=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C0BF6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0BF6F is #3F4090. Grayscale: #B6B6B6. Windows color (decimal): -4145297 or 7323584. OLE color: 7323584.

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

Color convert

RGB 192 191 111 -
CMYK 0 0.01 0.42 0.25
HSL 59.26º 0.39% 0.59% -
HSV(B) 59.26º 0.42% 0.75% -
XYZ 43.24 49.62 22.34 -
YUV 182.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 192 191 111 0 0.01 0.42 0.25 59.26 0.39 0.59
Hex C0 BF 6F 0 1 2A 19 3B 27 3B
Octal 300 277 157 0 1 52 31 73 47 73
Binary 11000000 10111111 1101111 0 1 101010 11001 111011 100111 111011

Color Harmonies of #C0BF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0BF6F

Black with #C0BF6F

Text Example


Text Example

White with #C0BF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0BF6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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