Html Css Color HEX #C2B26E Dark Khaki

📋 copy color: '#C2B26E'

red 194 ◦ green 178 ◦ blue 110

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

Shades of Dark Khaki #C2B26E

Tints of Dark Khaki #C2B26E

RGB

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

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

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

R = 40.25%
G = 36.93%
B = 22.82%

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

#C2B26E (or 0xC2B26E) is known color: Dark Khaki. HEX triplet: C2, B2 and 6E. RGB value is (194,178,110). Sum of RGB (Red+Green+Blue) = 194+178+110=482 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.25% from 482); Green value is 178 (69.92% from 255 or 36.93% from 482); Blue value is 110 (43.36% from 255 or 22.82% from 482); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B26E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B26E is #3D4D91. Grayscale: #AFAFAF. Windows color (decimal): -4017554 or 7254722. OLE color: 7254722.

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

Color convert

RGB 194 178 110 -
CMYK 0 0.08 0.43 0.24
HSL 48.57º 0.41% 0.6% -
HSV(B) 48.57º 0.43% 0.76% -
XYZ 40.98 44.44 21.17 -
YUV 175.03 91.3 141.53 -
System Red Green Blue C M Y K H S L
Decimal 194 178 110 0 0.08 0.43 0.24 48.57 0.41 0.6
Hex C2 B2 6E 0 8 2B 18 31 29 3C
Octal 302 262 156 0 10 53 30 61 51 74
Binary 11000010 10110010 1101110 0 1000 101011 11000 110001 101001 111100

Color Harmonies of #C2B26E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B26E

Black with #C2B26E

Text Example


Text Example

White with #C2B26E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B26E; }

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

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

background-color css

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

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

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

border-color css

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

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

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