Html Css Color HEX #C7BA67 Dark Khaki

📋 copy color: '#C7BA67'

red 199 ◦ green 186 ◦ blue 103

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

Shades of Dark Khaki #C7BA67

Tints of Dark Khaki #C7BA67

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.11%

 BLUE value IS 103 (40.63% from 255) = 21.11%

R = 40.78%
G = 38.11%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C7BA67 (or 0xC7BA67) is known color: Dark Khaki. HEX triplet: C7, BA and 67. RGB value is (199,186,103). Sum of RGB (Red+Green+Blue) = 199+186+103=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 186 (73.05% from 255 or 38.11% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 199 - color contains mainly: red. Hex color #C7BA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7BA67 is #384598. Grayscale: #B4B4B4. Windows color (decimal): -3687833 or 6798023. OLE color: 6798023.

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

Color convert

RGB 199 186 103 -
CMYK 0 0.07 0.48 0.22
HSL 51.88º 0.46% 0.59% -
HSV(B) 51.88º 0.48% 0.78% -
XYZ 43.56 48.24 19.85 -
YUV 180.43 84.31 141.25 -
System Red Green Blue C M Y K H S L
Decimal 199 186 103 0 0.07 0.48 0.22 51.88 0.46 0.59
Hex C7 BA 67 0 7 30 16 34 2E 3B
Octal 307 272 147 0 7 60 26 64 56 73
Binary 11000111 10111010 1100111 0 111 110000 10110 110100 101110 111011

Color Harmonies of #C7BA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7BA67

Black with #C7BA67

Text Example


Text Example

White with #C7BA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7BA67; }

 p { color: rgb(199,186,103); }

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

background-color css

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

 a { background-color: rgb(199,186,103); }

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

border-color css

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

 span { border-color: rgb(199,186,103); }

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