Html Css Color HEX #C2B66F Dark Khaki

📋 copy color: '#C2B66F'

red 194 ◦ green 182 ◦ blue 111

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

Shades of Dark Khaki #C2B66F

Tints of Dark Khaki #C2B66F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.37%

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

R = 39.84%
G = 37.37%
B = 22.79%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B66F (or 0xC2B66F) is known color: Dark Khaki. HEX triplet: C2, B6 and 6F. RGB value is (194,182,111). Sum of RGB (Red+Green+Blue) = 194+182+111=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 182 (71.48% from 255 or 37.37% from 487); Blue value is 111 (43.75% from 255 or 22.79% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B66F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B66F is #3D4990. Grayscale: #B1B1B1. Windows color (decimal): -4016529 or 7321282. OLE color: 7321282.

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

Color convert

RGB 194 182 111 -
CMYK 0 0.06 0.43 0.24
HSL 51.33º 0.4% 0.6% -
HSV(B) 51.33º 0.43% 0.76% -
XYZ 41.85 46.07 21.73 -
YUV 177.49 90.48 139.77 -
System Red Green Blue C M Y K H S L
Decimal 194 182 111 0 0.06 0.43 0.24 51.33 0.4 0.6
Hex C2 B6 6F 0 6 2B 18 33 28 3C
Octal 302 266 157 0 6 53 30 63 50 74
Binary 11000010 10110110 1101111 0 110 101011 11000 110011 101000 111100

Color Harmonies of #C2B66F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B66F

Black with #C2B66F

Text Example


Text Example

White with #C2B66F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B66F; }

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

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

background-color css

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

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

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

border-color css

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

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

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