Html Css Color HEX #C7BF68 Dark Khaki

📋 copy color: '#C7BF68'

red 199 ◦ green 191 ◦ blue 104

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

Shades of Dark Khaki #C7BF68

Tints of Dark Khaki #C7BF68

RGB

 RED value IS 199 (78.13% from 255) = 40.28%

 GREEN value IS 191 (75% from 255) = 38.66%

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

R = 40.28%
G = 38.66%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7BF68 (or 0xC7BF68) is known color: Dark Khaki. HEX triplet: C7, BF and 68. RGB value is (199,191,104). Sum of RGB (Red+Green+Blue) = 199+191+104=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 191 (75% from 255 or 38.66% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BF68 is #384097. Grayscale: #B7B7B7. Windows color (decimal): -3686552 or 6864839. OLE color: 6864839.

HSL color Cylindrical-coordinate representation of color #C7BF68: hue angle of 54.95º degrees, saturation: 0.46, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C7BF68 is Cyan = 0, Magento = 0.04, Yellow = 0.48 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 191 104 -
CMYK 0 0.04 0.48 0.22
HSL 54.95º 0.46% 0.59% -
HSV(B) 54.95º 0.48% 0.78% -
XYZ 44.68 50.4 20.47 -
YUV 183.47 83.15 139.07 -
System Red Green Blue C M Y K H S L
Decimal 199 191 104 0 0.04 0.48 0.22 54.95 0.46 0.59
Hex C7 BF 68 0 4 30 16 37 2E 3B
Octal 307 277 150 0 4 60 26 67 56 73
Binary 11000111 10111111 1101000 0 100 110000 10110 110111 101110 111011

Color Harmonies of #C7BF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BF68

Black with #C7BF68

Text Example


Text Example

White with #C7BF68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BF68; }

 p { color: rgb(199,191,104); }

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

background-color css

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

 a { background-color: rgb(199,191,104); }

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

border-color css

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

 span { border-color: rgb(199,191,104); }

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