Html Css Color HEX #C2B76E Dark Khaki

📋 copy color: '#C2B76E'

red 194 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #C2B76E

Tints of Dark Khaki #C2B76E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.58%

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

R = 39.84%
G = 37.58%
B = 22.59%

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

#C2B76E (or 0xC2B76E) is known color: Dark Khaki. HEX triplet: C2, B7 and 6E. RGB value is (194,183,110). Sum of RGB (Red+Green+Blue) = 194+183+110=487 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.84% from 487); Green value is 183 (71.88% from 255 or 37.58% from 487); Blue value is 110 (43.36% from 255 or 22.59% from 487); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B76E is #3D4891. Grayscale: #B2B2B2. Windows color (decimal): -4016274 or 7256002. OLE color: 7256002.

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

Color convert

RGB 194 183 110 -
CMYK 0 0.06 0.43 0.24
HSL 52.14º 0.41% 0.6% -
HSV(B) 52.14º 0.43% 0.76% -
XYZ 42 46.46 21.51 -
YUV 177.97 89.64 139.44 -
System Red Green Blue C M Y K H S L
Decimal 194 183 110 0 0.06 0.43 0.24 52.14 0.41 0.6
Hex C2 B7 6E 0 6 2B 18 34 29 3C
Octal 302 267 156 0 6 53 30 64 51 74
Binary 11000010 10110111 1101110 0 110 101011 11000 110100 101001 111100

Color Harmonies of #C2B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B76E

Black with #C2B76E

Text Example


Text Example

White with #C2B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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