Html Css Color HEX #C1B76E Dark Khaki

📋 copy color: '#C1B76E'

red 193 ◦ green 183 ◦ blue 110

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

Shades of Dark Khaki #C1B76E

Tints of Dark Khaki #C1B76E

RGB

 RED value IS 193 (75.78% from 255) = 39.71%

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

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

R = 39.71%
G = 37.65%
B = 22.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.43

 K value IS 0.24

RGB Variations

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

Color information

#C1B76E (or 0xC1B76E) is known color: Dark Khaki. HEX triplet: C1, B7 and 6E. RGB value is (193,183,110). Sum of RGB (Red+Green+Blue) = 193+183+110=486 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.71% from 486); Green value is 183 (71.88% from 255 or 37.65% from 486); Blue value is 110 (43.36% from 255 or 22.63% from 486); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B76E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B76E is #3E4891. Grayscale: #B1B1B1. Windows color (decimal): -4081810 or 7256001. OLE color: 7256001.

HSL color Cylindrical-coordinate representation of color #C1B76E: hue angle of 52.77º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C1B76E is Cyan = 0, Magento = 0.05, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 183 110 -
CMYK 0 0.05 0.43 0.24
HSL 52.77º 0.4% 0.59% -
HSV(B) 52.77º 0.43% 0.76% -
XYZ 41.74 46.33 21.49 -
YUV 177.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 193 183 110 0 0.05 0.43 0.24 52.77 0.4 0.59
Hex C1 B7 6E 0 5 2B 18 35 28 3B
Octal 301 267 156 0 5 53 30 65 50 73
Binary 11000001 10110111 1101110 0 101 101011 11000 110101 101000 111011

Color Harmonies of #C1B76E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B76E

Black with #C1B76E

Text Example


Text Example

White with #C1B76E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B76E; }

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

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

background-color css

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

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

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

border-color css

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

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

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