Html Css Color HEX #C2B46F Dark Khaki

📋 copy color: '#C2B46F'

red 194 ◦ green 180 ◦ blue 111

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

Shades of Dark Khaki #C2B46F

Tints of Dark Khaki #C2B46F

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.11%

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 40%
G = 37.11%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B46F (or 0xC2B46F) is known color: Dark Khaki. HEX triplet: C2, B4 and 6F. RGB value is (194,180,111). Sum of RGB (Red+Green+Blue) = 194+180+111=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 180 (70.70% from 255 or 37.11% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B46F is #3D4B90. Grayscale: #B0B0B0. Windows color (decimal): -4017041 or 7320770. OLE color: 7320770.

HSL color Cylindrical-coordinate representation of color #C2B46F: hue angle of 49.88º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C2B46F is Cyan = 0, Magento = 0.07, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 180 111 -
CMYK 0 0.07 0.43 0.24
HSL 49.88º 0.4% 0.6% -
HSV(B) 49.88º 0.43% 0.76% -
XYZ 41.44 45.26 21.59 -
YUV 176.32 91.14 140.61 -
System Red Green Blue C M Y K H S L
Decimal 194 180 111 0 0.07 0.43 0.24 49.88 0.4 0.6
Hex C2 B4 6F 0 7 2B 18 32 28 3C
Octal 302 264 157 0 7 53 30 62 50 74
Binary 11000010 10110100 1101111 0 111 101011 11000 110010 101000 111100

Color Harmonies of #C2B46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B46F

Black with #C2B46F

Text Example


Text Example

White with #C2B46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B46F; }

 p { color: rgb(194,180,111); }

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

background-color css

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

 a { background-color: rgb(194,180,111); }

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

border-color css

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

 span { border-color: rgb(194,180,111); }

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