Html Css Color HEX #C2B869 Dark Khaki

📋 copy color: '#C2B869'

red 194 ◦ green 184 ◦ blue 105

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

Shades of Dark Khaki #C2B869

Tints of Dark Khaki #C2B869

RGB

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

 GREEN value IS 184 (72.27% from 255) = 38.1%

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

R = 40.17%
G = 38.1%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C2B869 (or 0xC2B869) is known color: Dark Khaki. HEX triplet: C2, B8 and 69. RGB value is (194,184,105). Sum of RGB (Red+Green+Blue) = 194+184+105=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 184 (72.27% from 255 or 38.10% from 483); Blue value is 105 (41.41% from 255 or 21.74% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B869 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B869 is #3D4796. Grayscale: #B2B2B2. Windows color (decimal): -4016023 or 6928578. OLE color: 6928578.

HSL color Cylindrical-coordinate representation of color #C2B869: hue angle of 53.26º 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 #C2B869 is Cyan = 0, Magento = 0.05, Yellow = 0.46 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 184 105 -
CMYK 0 0.05 0.46 0.24
HSL 53.26º 0.42% 0.59% -
HSV(B) 53.26º 0.46% 0.76% -
XYZ 41.94 46.77 20.18 -
YUV 177.98 86.81 139.42 -
System Red Green Blue C M Y K H S L
Decimal 194 184 105 0 0.05 0.46 0.24 53.26 0.42 0.59
Hex C2 B8 69 0 5 2E 18 35 2A 3B
Octal 302 270 151 0 5 56 30 65 52 73
Binary 11000010 10111000 1101001 0 101 101110 11000 110101 101010 111011

Color Harmonies of #C2B869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B869

Black with #C2B869

Text Example


Text Example

White with #C2B869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B869; }

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

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

background-color css

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

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

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

border-color css

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

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

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