Html Css Color HEX #C2B26F Dark Khaki

📋 copy color: '#C2B26F'

red 194 ◦ green 178 ◦ blue 111

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

Shades of Dark Khaki #C2B26F

Tints of Dark Khaki #C2B26F

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.85%

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

R = 40.17%
G = 36.85%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C2B26F (or 0xC2B26F) is known color: Dark Khaki. HEX triplet: C2, B2 and 6F. RGB value is (194,178,111). Sum of RGB (Red+Green+Blue) = 194+178+111=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 111 (43.75% from 255 or 22.98% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26F is #3D4D90. Grayscale: #AFAFAF. Windows color (decimal): -4017553 or 7320258. OLE color: 7320258.

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

Color convert

RGB 194 178 111 -
CMYK 0 0.08 0.43 0.24
HSL 48.43º 0.4% 0.6% -
HSV(B) 48.43º 0.43% 0.76% -
XYZ 41.04 44.46 21.46 -
YUV 175.15 91.8 141.45 -
System Red Green Blue C M Y K H S L
Decimal 194 178 111 0 0.08 0.43 0.24 48.43 0.4 0.6
Hex C2 B2 6F 0 8 2B 18 30 28 3C
Octal 302 262 157 0 10 53 30 60 50 74
Binary 11000010 10110010 1101111 0 1000 101011 11000 110000 101000 111100

Color Harmonies of #C2B26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B26F

Black with #C2B26F

Text Example


Text Example

White with #C2B26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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