Html Css Color HEX #C0B668 Dark Khaki

📋 copy color: '#C0B668'

red 192 ◦ green 182 ◦ blue 104

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

Shades of Dark Khaki #C0B668

Tints of Dark Khaki #C0B668

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.08%

 BLUE value IS 104 (41.02% from 255) = 21.76%

R = 40.17%
G = 38.08%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0B668 (or 0xC0B668) is known color: Dark Khaki. HEX triplet: C0, B6 and 68. RGB value is (192,182,104). Sum of RGB (Red+Green+Blue) = 192+182+104=478 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.17% from 478); Green value is 182 (71.48% from 255 or 38.08% from 478); Blue value is 104 (41.02% from 255 or 21.76% from 478); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B668 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B668 is #3F4997. Grayscale: #B0B0B0. Windows color (decimal): -4147608 or 6862528. OLE color: 6862528.

HSL color Cylindrical-coordinate representation of color #C0B668: hue angle of 53.18º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C0B668 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 182 104 -
CMYK 0 0.05 0.46 0.25
HSL 53.18º 0.41% 0.58% -
HSV(B) 53.18º 0.46% 0.75% -
XYZ 40.96 45.66 19.75 -
YUV 176.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 192 182 104 0 0.05 0.46 0.25 53.18 0.41 0.58
Hex C0 B6 68 0 5 2E 19 35 29 3A
Octal 300 266 150 0 5 56 31 65 51 72
Binary 11000000 10110110 1101000 0 101 101110 11001 110101 101001 111010

Color Harmonies of #C0B668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B668

Black with #C0B668

Text Example


Text Example

White with #C0B668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B668; }

 p { color: rgb(192,182,104); }

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

background-color css

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

 a { background-color: rgb(192,182,104); }

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

border-color css

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

 span { border-color: rgb(192,182,104); }

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