Html Css Color HEX #C4B565 Dark Khaki

📋 copy color: '#C4B565'

red 196 ◦ green 181 ◦ blue 101

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

Shades of Dark Khaki #C4B565

Tints of Dark Khaki #C4B565

RGB

 RED value IS 196 (76.95% from 255) = 41%

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

 BLUE value IS 101 (39.84% from 255) = 21.13%

R = 41%
G = 37.87%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4B565 (or 0xC4B565) is known color: Dark Khaki. HEX triplet: C4, B5 and 65. RGB value is (196,181,101). Sum of RGB (Red+Green+Blue) = 196+181+101=478 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.00% from 478); Green value is 181 (71.09% from 255 or 37.87% from 478); Blue value is 101 (39.84% from 255 or 21.13% from 478); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B565 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4B565 is #3B4A9A. Grayscale: #B0B0B0. Windows color (decimal): -3885723 or 6665668. OLE color: 6665668.

HSL color Cylindrical-coordinate representation of color #C4B565: hue angle of 50.53º degrees, saturation: 0.45, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C4B565 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 181 101 -
CMYK 0 0.08 0.48 0.23
HSL 50.53º 0.45% 0.58% -
HSV(B) 50.53º 0.48% 0.77% -
XYZ 41.64 45.72 18.94 -
YUV 176.37 85.47 142 -
System Red Green Blue C M Y K H S L
Decimal 196 181 101 0 0.08 0.48 0.23 50.53 0.45 0.58
Hex C4 B5 65 0 8 30 17 33 2D 3A
Octal 304 265 145 0 10 60 27 63 55 72
Binary 11000100 10110101 1100101 0 1000 110000 10111 110011 101101 111010

Color Harmonies of #C4B565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B565

Black with #C4B565

Text Example


Text Example

White with #C4B565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B565; }

 p { color: rgb(196,181,101); }

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

background-color css

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

 a { background-color: rgb(196,181,101); }

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

border-color css

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

 span { border-color: rgb(196,181,101); }

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