Html Css Color HEX #C0B168 Dark Khaki

📋 copy color: '#C0B168'

red 192 ◦ green 177 ◦ blue 104

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

Shades of Dark Khaki #C0B168

Tints of Dark Khaki #C0B168

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

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

R = 40.59%
G = 37.42%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.46

 K value IS 0.25

RGB Variations

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

Color information

#C0B168 (or 0xC0B168) is known color: Dark Khaki. HEX triplet: C0, B1 and 68. RGB value is (192,177,104). Sum of RGB (Red+Green+Blue) = 192+177+104=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B168 is #3F4E97. Grayscale: #ADADAD. Windows color (decimal): -4148888 or 6861248. OLE color: 6861248.

HSL color Cylindrical-coordinate representation of color #C0B168: hue angle of 49.77º 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 #C0B168 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 177 104 -
CMYK 0 0.08 0.46 0.25
HSL 49.77º 0.41% 0.58% -
HSV(B) 49.77º 0.46% 0.75% -
XYZ 39.96 43.65 19.42 -
YUV 173.16 88.97 141.44 -
System Red Green Blue C M Y K H S L
Decimal 192 177 104 0 0.08 0.46 0.25 49.77 0.41 0.58
Hex C0 B1 68 0 8 2E 19 32 29 3A
Octal 300 261 150 0 10 56 31 62 51 72
Binary 11000000 10110001 1101000 0 1000 101110 11001 110010 101001 111010

Color Harmonies of #C0B168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B168

Black with #C0B168

Text Example


Text Example

White with #C0B168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B168; }

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

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

background-color css

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

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

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

border-color css

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

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

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