Html Css Color HEX #C2B56E Dark Khaki

📋 copy color: '#C2B56E'

red 194 ◦ green 181 ◦ blue 110

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

Shades of Dark Khaki #C2B56E

Tints of Dark Khaki #C2B56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 37.32%

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

R = 40%
G = 37.32%
B = 22.68%

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

#C2B56E (or 0xC2B56E) is known color: Dark Khaki. HEX triplet: C2, B5 and 6E. RGB value is (194,181,110). Sum of RGB (Red+Green+Blue) = 194+181+110=485 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40% from 485); Green value is 181 (71.09% from 255 or 37.32% from 485); Blue value is 110 (43.36% from 255 or 22.68% from 485); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B56E is #3D4A91. Grayscale: #B1B1B1. Windows color (decimal): -4016786 or 7255490. OLE color: 7255490.

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

Color convert

RGB 194 181 110 -
CMYK 0 0.07 0.43 0.24
HSL 50.71º 0.41% 0.6% -
HSV(B) 50.71º 0.43% 0.76% -
XYZ 41.59 45.64 21.37 -
YUV 176.79 90.31 140.27 -
System Red Green Blue C M Y K H S L
Decimal 194 181 110 0 0.07 0.43 0.24 50.71 0.41 0.6
Hex C2 B5 6E 0 7 2B 18 33 29 3C
Octal 302 265 156 0 7 53 30 63 51 74
Binary 11000010 10110101 1101110 0 111 101011 11000 110011 101001 111100

Color Harmonies of #C2B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B56E

Black with #C2B56E

Text Example


Text Example

White with #C2B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B56E; }

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

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

background-color css

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

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

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

border-color css

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

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

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