Html Css Color HEX #C0B46E Dark Khaki

📋 copy color: '#C0B46E'

red 192 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #C0B46E

Tints of Dark Khaki #C0B46E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.34%

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

R = 39.83%
G = 37.34%
B = 22.82%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0B46E (or 0xC0B46E) is known color: Dark Khaki. HEX triplet: C0, B4 and 6E. RGB value is (192,180,110). Sum of RGB (Red+Green+Blue) = 192+180+110=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 180 (70.70% from 255 or 37.34% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B46E is #3F4B91. Grayscale: #AFAFAF. Windows color (decimal): -4148114 or 7255232. OLE color: 7255232.

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

Color convert

RGB 192 180 110 -
CMYK 0 0.06 0.43 0.25
HSL 51.22º 0.39% 0.59% -
HSV(B) 51.22º 0.43% 0.75% -
XYZ 40.87 44.97 21.28 -
YUV 175.61 90.98 139.69 -
System Red Green Blue C M Y K H S L
Decimal 192 180 110 0 0.06 0.43 0.25 51.22 0.39 0.59
Hex C0 B4 6E 0 6 2B 19 33 27 3B
Octal 300 264 156 0 6 53 31 63 47 73
Binary 11000000 10110100 1101110 0 110 101011 11001 110011 100111 111011

Color Harmonies of #C0B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B46E

Black with #C0B46E

Text Example


Text Example

White with #C0B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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