Html Css Color HEX #C3B96B Dark Khaki

📋 copy color: '#C3B96B'

red 195 ◦ green 185 ◦ blue 107

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

Shades of Dark Khaki #C3B96B

Tints of Dark Khaki #C3B96B

RGB

 RED value IS 195 (76.56% from 255) = 40.04%

 GREEN value IS 185 (72.66% from 255) = 37.99%

 BLUE value IS 107 (42.19% from 255) = 21.97%

R = 40.04%
G = 37.99%
B = 21.97%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.45

 K value IS 0.24

RGB Variations

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

Color information

#C3B96B (or 0xC3B96B) is known color: Dark Khaki. HEX triplet: C3, B9 and 6B. RGB value is (195,185,107). Sum of RGB (Red+Green+Blue) = 195+185+107=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 107 (42.19% from 255 or 21.97% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B96B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B96B is #3C4694. Grayscale: #B3B3B3. Windows color (decimal): -3950229 or 7059907. OLE color: 7059907.

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

Color convert

RGB 195 185 107 -
CMYK 0 0.05 0.45 0.24
HSL 53.18º 0.42% 0.59% -
HSV(B) 53.18º 0.45% 0.76% -
XYZ 42.51 47.36 20.81 -
YUV 179.1 87.31 139.34 -
System Red Green Blue C M Y K H S L
Decimal 195 185 107 0 0.05 0.45 0.24 53.18 0.42 0.59
Hex C3 B9 6B 0 5 2D 18 35 2A 3B
Octal 303 271 153 0 5 55 30 65 52 73
Binary 11000011 10111001 1101011 0 101 101101 11000 110101 101010 111011

Color Harmonies of #C3B96B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B96B

Black with #C3B96B

Text Example


Text Example

White with #C3B96B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B96B; }

 p { color: rgb(195,185,107); }

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

background-color css

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

 a { background-color: rgb(195,185,107); }

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

border-color css

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

 span { border-color: rgb(195,185,107); }

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