Html Css Color HEX #C2B06D Dark Khaki

📋 copy color: '#C2B06D'

red 194 ◦ green 176 ◦ blue 109

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

Shades of Dark Khaki #C2B06D

Tints of Dark Khaki #C2B06D

RGB

 RED value IS 194 (76.17% from 255) = 40.5%

 GREEN value IS 176 (69.14% from 255) = 36.74%

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

R = 40.5%
G = 36.74%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.44

 K value IS 0.24

RGB Variations

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

Color information

#C2B06D (or 0xC2B06D) is known color: Dark Khaki. HEX triplet: C2, B0 and 6D. RGB value is (194,176,109). Sum of RGB (Red+Green+Blue) = 194+176+109=479 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.50% from 479); Green value is 176 (69.14% from 255 or 36.74% from 479); Blue value is 109 (42.97% from 255 or 22.76% from 479); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B06D is #3D4F92. Grayscale: #AEAEAE. Windows color (decimal): -4018067 or 7188674. OLE color: 7188674.

HSL color Cylindrical-coordinate representation of color #C2B06D: hue angle of 47.29º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C2B06D is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 176 109 -
CMYK 0 0.09 0.44 0.24
HSL 47.29º 0.41% 0.59% -
HSV(B) 47.29º 0.44% 0.76% -
XYZ 40.53 43.62 20.75 -
YUV 173.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 194 176 109 0 0.09 0.44 0.24 47.29 0.41 0.59
Hex C2 B0 6D 0 9 2C 18 2F 29 3B
Octal 302 260 155 0 11 54 30 57 51 73
Binary 11000010 10110000 1101101 0 1001 101100 11000 101111 101001 111011

Color Harmonies of #C2B06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B06D

Black with #C2B06D

Text Example


Text Example

White with #C2B06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B06D; }

 p { color: rgb(194,176,109); }

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

background-color css

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

 a { background-color: rgb(194,176,109); }

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

border-color css

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

 span { border-color: rgb(194,176,109); }

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