Html Css Color HEX #C4BC65 Dark Khaki

📋 copy color: '#C4BC65'

red 196 ◦ green 188 ◦ blue 101

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

Shades of Dark Khaki #C4BC65

Tints of Dark Khaki #C4BC65

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

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

R = 40.41%
G = 38.76%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.23

RGB Variations

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

Color information

#C4BC65 (or 0xC4BC65) is known color: Dark Khaki. HEX triplet: C4, BC and 65. RGB value is (196,188,101). Sum of RGB (Red+Green+Blue) = 196+188+101=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 101 (39.84% from 255 or 20.82% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BC65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4BC65 is #3B439A. Grayscale: #B4B4B4. Windows color (decimal): -3883931 or 6667460. OLE color: 6667460.

HSL color Cylindrical-coordinate representation of color #C4BC65: hue angle of 54.95º 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 #C4BC65 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 188 101 -
CMYK 0 0.04 0.48 0.23
HSL 54.95º 0.45% 0.58% -
HSV(B) 54.95º 0.48% 0.77% -
XYZ 43.1 48.64 19.43 -
YUV 180.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 196 188 101 0 0.04 0.48 0.23 54.95 0.45 0.58
Hex C4 BC 65 0 4 30 17 37 2D 3A
Octal 304 274 145 0 4 60 27 67 55 72
Binary 11000100 10111100 1100101 0 100 110000 10111 110111 101101 111010

Color Harmonies of #C4BC65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BC65

Black with #C4BC65

Text Example


Text Example

White with #C4BC65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BC65; }

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

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

background-color css

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

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

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

border-color css

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

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

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