Html Css Color HEX #C0B26E Dark Khaki

📋 copy color: '#C0B26E'

red 192 ◦ green 178 ◦ blue 110

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

Shades of Dark Khaki #C0B26E

Tints of Dark Khaki #C0B26E

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.08%

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

R = 40%
G = 37.08%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.25

RGB Variations

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

Color information

#C0B26E (or 0xC0B26E) is known color: Dark Khaki. HEX triplet: C0, B2 and 6E. RGB value is (192,178,110). Sum of RGB (Red+Green+Blue) = 192+178+110=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 110 (43.36% from 255 or 22.92% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B26E is #3F4D91. Grayscale: #AEAEAE. Windows color (decimal): -4148626 or 7254720. OLE color: 7254720.

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

Color convert

RGB 192 178 110 -
CMYK 0 0.07 0.43 0.25
HSL 49.76º 0.39% 0.59% -
HSV(B) 49.76º 0.43% 0.75% -
XYZ 40.47 44.17 21.14 -
YUV 174.43 91.64 140.53 -
System Red Green Blue C M Y K H S L
Decimal 192 178 110 0 0.07 0.43 0.25 49.76 0.39 0.59
Hex C0 B2 6E 0 7 2B 19 32 27 3B
Octal 300 262 156 0 7 53 31 62 47 73
Binary 11000000 10110010 1101110 0 111 101011 11001 110010 100111 111011

Color Harmonies of #C0B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B26E

Black with #C0B26E

Text Example


Text Example

White with #C0B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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