Html Css Color HEX #C2B169 Dark Khaki

📋 copy color: '#C2B169'

red 194 ◦ green 177 ◦ blue 105

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

Shades of Dark Khaki #C2B169

Tints of Dark Khaki #C2B169

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.06%

R = 40.76%
G = 37.18%
B = 22.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2B169 (or 0xC2B169) is known color: Dark Khaki. HEX triplet: C2, B1 and 69. RGB value is (194,177,105). Sum of RGB (Red+Green+Blue) = 194+177+105=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 177 (69.53% from 255 or 37.18% from 476); Blue value is 105 (41.41% from 255 or 22.06% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B169 is #3D4E96. Grayscale: #AEAEAE. Windows color (decimal): -4017815 or 6926786. OLE color: 6926786.

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

Color convert

RGB 194 177 105 -
CMYK 0 0.09 0.46 0.24
HSL 48.54º 0.42% 0.59% -
HSV(B) 48.54º 0.46% 0.76% -
XYZ 40.52 43.93 19.71 -
YUV 173.88 89.13 142.35 -
System Red Green Blue C M Y K H S L
Decimal 194 177 105 0 0.09 0.46 0.24 48.54 0.42 0.59
Hex C2 B1 69 0 9 2E 18 31 2A 3B
Octal 302 261 151 0 11 56 30 61 52 73
Binary 11000010 10110001 1101001 0 1001 101110 11000 110001 101010 111011

Color Harmonies of #C2B169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B169

Black with #C2B169

Text Example


Text Example

White with #C2B169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B169; }

 p { color: rgb(194,177,105); }

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

background-color css

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

 a { background-color: rgb(194,177,105); }

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

border-color css

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

 span { border-color: rgb(194,177,105); }

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