Html Css Color HEX #C7BE68 Dark Khaki

📋 copy color: '#C7BE68'

red 199 ◦ green 190 ◦ blue 104

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

Shades of Dark Khaki #C7BE68

Tints of Dark Khaki #C7BE68

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38.54%

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

R = 40.37%
G = 38.54%
B = 21.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7BE68 (or 0xC7BE68) is known color: Dark Khaki. HEX triplet: C7, BE and 68. RGB value is (199,190,104). Sum of RGB (Red+Green+Blue) = 199+190+104=493 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.37% from 493); Green value is 190 (74.61% from 255 or 38.54% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BE68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BE68 is #384197. Grayscale: #B7B7B7. Windows color (decimal): -3686808 or 6864583. OLE color: 6864583.

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

Color convert

RGB 199 190 104 -
CMYK 0 0.05 0.48 0.22
HSL 54.32º 0.46% 0.59% -
HSV(B) 54.32º 0.48% 0.78% -
XYZ 44.47 49.97 20.4 -
YUV 182.89 83.48 139.49 -
System Red Green Blue C M Y K H S L
Decimal 199 190 104 0 0.05 0.48 0.22 54.32 0.46 0.59
Hex C7 BE 68 0 5 30 16 36 2E 3B
Octal 307 276 150 0 5 60 26 66 56 73
Binary 11000111 10111110 1101000 0 101 110000 10110 110110 101110 111011

Color Harmonies of #C7BE68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BE68

Black with #C7BE68

Text Example


Text Example

White with #C7BE68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BE68; }

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

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

background-color css

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

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

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

border-color css

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

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

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