Html Css Color HEX #C3B968 Dark Khaki

📋 copy color: '#C3B968'

red 195 ◦ green 185 ◦ blue 104

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

Shades of Dark Khaki #C3B968

Tints of Dark Khaki #C3B968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 21.49%

R = 40.29%
G = 38.22%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.24

RGB Variations

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

Color information

#C3B968 (or 0xC3B968) is known color: Dark Khaki. HEX triplet: C3, B9 and 68. RGB value is (195,185,104). Sum of RGB (Red+Green+Blue) = 195+185+104=484 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.29% from 484); Green value is 185 (72.66% from 255 or 38.22% from 484); Blue value is 104 (41.02% from 255 or 21.49% from 484); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B968 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B968 is #3C4697. Grayscale: #B3B3B3. Windows color (decimal): -3950232 or 6863299. OLE color: 6863299.

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

Color convert

RGB 195 185 104 -
CMYK 0 0.05 0.47 0.24
HSL 53.41º 0.43% 0.59% -
HSV(B) 53.41º 0.47% 0.76% -
XYZ 42.35 47.3 19.99 -
YUV 178.76 85.81 139.59 -
System Red Green Blue C M Y K H S L
Decimal 195 185 104 0 0.05 0.47 0.24 53.41 0.43 0.59
Hex C3 B9 68 0 5 2F 18 35 2B 3B
Octal 303 271 150 0 5 57 30 65 53 73
Binary 11000011 10111001 1101000 0 101 101111 11000 110101 101011 111011

Color Harmonies of #C3B968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B968

Black with #C3B968

Text Example


Text Example

White with #C3B968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B968; }

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

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

background-color css

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

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

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

border-color css

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

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

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