Html Css Color HEX #C2B46E Dark Khaki

📋 copy color: '#C2B46E'

red 194 ◦ green 180 ◦ blue 110

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

Shades of Dark Khaki #C2B46E

Tints of Dark Khaki #C2B46E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 22.73%

R = 40.08%
G = 37.19%
B = 22.73%

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

#C2B46E (or 0xC2B46E) is known color: Dark Khaki. HEX triplet: C2, B4 and 6E. RGB value is (194,180,110). Sum of RGB (Red+Green+Blue) = 194+180+110=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 180 (70.70% from 255 or 37.19% from 484); Blue value is 110 (43.36% from 255 or 22.73% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B46E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B46E is #3D4B91. Grayscale: #B0B0B0. Windows color (decimal): -4017042 or 7255234. OLE color: 7255234.

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

Color convert

RGB 194 180 110 -
CMYK 0 0.07 0.43 0.24
HSL 50º 0.41% 0.6% -
HSV(B) 50º 0.43% 0.76% -
XYZ 41.38 45.24 21.3 -
YUV 176.21 90.64 140.69 -
System Red Green Blue C M Y K H S L
Decimal 194 180 110 0 0.07 0.43 0.24 50 0.41 0.6
Hex C2 B4 6E 0 7 2B 18 32 29 3C
Octal 302 264 156 0 7 53 30 62 51 74
Binary 11000010 10110100 1101110 0 111 101011 11000 110010 101001 111100

Color Harmonies of #C2B46E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B46E

Black with #C2B46E

Text Example


Text Example

White with #C2B46E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B46E; }

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

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

background-color css

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

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

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

border-color css

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

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

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