Html Css Color HEX #C0B26D Dark Khaki

📋 copy color: '#C0B26D'

red 192 ◦ green 178 ◦ blue 109

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

Shades of Dark Khaki #C0B26D

Tints of Dark Khaki #C0B26D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.76%

R = 40.08%
G = 37.16%
B = 22.76%

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

#C0B26D (or 0xC0B26D) is known color: Dark Khaki. HEX triplet: C0, B2 and 6D. RGB value is (192,178,109). Sum of RGB (Red+Green+Blue) = 192+178+109=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 178 (69.92% from 255 or 37.16% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0B26D is #3F4D92. Grayscale: #AEAEAE. Windows color (decimal): -4148627 or 7189184. OLE color: 7189184.

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

Color convert

RGB 192 178 109 -
CMYK 0 0.07 0.43 0.25
HSL 49.88º 0.4% 0.59% -
HSV(B) 49.88º 0.43% 0.75% -
XYZ 40.42 44.15 20.86 -
YUV 174.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 192 178 109 0 0.07 0.43 0.25 49.88 0.4 0.59
Hex C0 B2 6D 0 7 2B 19 32 28 3B
Octal 300 262 155 0 7 53 31 62 50 73
Binary 11000000 10110010 1101101 0 111 101011 11001 110010 101000 111011

Color Harmonies of #C0B26D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B26D

Black with #C0B26D

Text Example


Text Example

White with #C0B26D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B26D; }

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

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

background-color css

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

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

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

border-color css

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

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

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