Html Css Color HEX #C3B56A Dark Khaki

📋 copy color: '#C3B56A'

red 195 ◦ green 181 ◦ blue 106

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

Shades of Dark Khaki #C3B56A

Tints of Dark Khaki #C3B56A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.99%

R = 40.46%
G = 37.55%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.46

 K value IS 0.24

RGB Variations

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

Color information

#C3B56A (or 0xC3B56A) is known color: Dark Khaki. HEX triplet: C3, B5 and 6A. RGB value is (195,181,106). Sum of RGB (Red+Green+Blue) = 195+181+106=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 181 (71.09% from 255 or 37.55% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B56A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B56A is #3C4A95. Grayscale: #B0B0B0. Windows color (decimal): -3951254 or 6993347. OLE color: 6993347.

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

Color convert

RGB 195 181 106 -
CMYK 0 0.07 0.46 0.24
HSL 50.56º 0.43% 0.59% -
HSV(B) 50.56º 0.46% 0.76% -
XYZ 41.63 45.69 20.26 -
YUV 176.64 88.14 141.1 -
System Red Green Blue C M Y K H S L
Decimal 195 181 106 0 0.07 0.46 0.24 50.56 0.43 0.59
Hex C3 B5 6A 0 7 2E 18 33 2B 3B
Octal 303 265 152 0 7 56 30 63 53 73
Binary 11000011 10110101 1101010 0 111 101110 11000 110011 101011 111011

Color Harmonies of #C3B56A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B56A

Black with #C3B56A

Text Example


Text Example

White with #C3B56A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B56A; }

 p { color: rgb(195,181,106); }

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

background-color css

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

 a { background-color: rgb(195,181,106); }

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

border-color css

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

 span { border-color: rgb(195,181,106); }

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