Html Css Color HEX #C5BC69 Dark Khaki

📋 copy color: '#C5BC69'

red 197 ◦ green 188 ◦ blue 105

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

Shades of Dark Khaki #C5BC69

Tints of Dark Khaki #C5BC69

RGB

 RED value IS 197 (77.34% from 255) = 40.2%

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

 BLUE value IS 105 (41.41% from 255) = 21.43%

R = 40.2%
G = 38.37%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.47

 K value IS 0.23

RGB Variations

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

Color information

#C5BC69 (or 0xC5BC69) is known color: Dark Khaki. HEX triplet: C5, BC and 69. RGB value is (197,188,105). Sum of RGB (Red+Green+Blue) = 197+188+105=490 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.20% from 490); Green value is 188 (73.83% from 255 or 38.37% from 490); Blue value is 105 (41.41% from 255 or 21.43% from 490); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5BC69 is #3A4396. Grayscale: #B5B5B5. Windows color (decimal): -3818391 or 6929605. OLE color: 6929605.

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

Color convert

RGB 197 188 105 -
CMYK 0 0.05 0.47 0.23
HSL 54.13º 0.44% 0.59% -
HSV(B) 54.13º 0.47% 0.77% -
XYZ 43.56 48.86 20.5 -
YUV 181.23 84.98 139.25 -
System Red Green Blue C M Y K H S L
Decimal 197 188 105 0 0.05 0.47 0.23 54.13 0.44 0.59
Hex C5 BC 69 0 5 2F 17 36 2C 3B
Octal 305 274 151 0 5 57 27 66 54 73
Binary 11000101 10111100 1101001 0 101 101111 10111 110110 101100 111011

Color Harmonies of #C5BC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5BC69

Black with #C5BC69

Text Example


Text Example

White with #C5BC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5BC69; }

 p { color: rgb(197,188,105); }

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

background-color css

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

 a { background-color: rgb(197,188,105); }

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

border-color css

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

 span { border-color: rgb(197,188,105); }

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