Html Css Color HEX #C0B96B Dark Khaki

📋 copy color: '#C0B96B'

red 192 ◦ green 185 ◦ blue 107

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

Shades of Dark Khaki #C0B96B

Tints of Dark Khaki #C0B96B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.11%

R = 39.67%
G = 38.22%
B = 22.11%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.44

 K value IS 0.25

RGB Variations

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

Color information

#C0B96B (or 0xC0B96B) is known color: Dark Khaki. HEX triplet: C0, B9 and 6B. RGB value is (192,185,107). Sum of RGB (Red+Green+Blue) = 192+185+107=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B96B is #3F4694. Grayscale: #B2B2B2. Windows color (decimal): -4146837 or 7059904. OLE color: 7059904.

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

Color convert

RGB 192 185 107 -
CMYK 0 0.04 0.44 0.25
HSL 55.06º 0.4% 0.59% -
HSV(B) 55.06º 0.44% 0.75% -
XYZ 41.74 46.97 20.78 -
YUV 178.2 87.82 137.84 -
System Red Green Blue C M Y K H S L
Decimal 192 185 107 0 0.04 0.44 0.25 55.06 0.4 0.59
Hex C0 B9 6B 0 4 2C 19 37 28 3B
Octal 300 271 153 0 4 54 31 67 50 73
Binary 11000000 10111001 1101011 0 100 101100 11001 110111 101000 111011

Color Harmonies of #C0B96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B96B

Black with #C0B96B

Text Example


Text Example

White with #C0B96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B96B; }

 p { color: rgb(192,185,107); }

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

background-color css

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

 a { background-color: rgb(192,185,107); }

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

border-color css

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

 span { border-color: rgb(192,185,107); }

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