Html Css Color HEX #C7C067 Dark Khaki

📋 copy color: '#C7C067'

red 199 ◦ green 192 ◦ blue 103

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

Shades of Dark Khaki #C7C067

Tints of Dark Khaki #C7C067

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.87%

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

R = 40.28%
G = 38.87%
B = 20.85%

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

#C7C067 (or 0xC7C067) is known color: Dark Khaki. HEX triplet: C7, C0 and 67. RGB value is (199,192,103). Sum of RGB (Red+Green+Blue) = 199+192+103=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 192 (75.39% from 255 or 38.87% from 494); Blue value is 103 (40.62% from 255 or 20.85% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C067 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C067 is #383F98. Grayscale: #B8B8B8. Windows color (decimal): -3686297 or 6799559. OLE color: 6799559.

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

Color convert

RGB 199 192 103 -
CMYK 0 0.04 0.48 0.22
HSL 55.63º 0.46% 0.59% -
HSV(B) 55.63º 0.48% 0.78% -
XYZ 44.85 50.82 20.28 -
YUV 183.95 82.32 138.74 -
System Red Green Blue C M Y K H S L
Decimal 199 192 103 0 0.04 0.48 0.22 55.63 0.46 0.59
Hex C7 C0 67 0 4 30 16 38 2E 3B
Octal 307 300 147 0 4 60 26 70 56 73
Binary 11000111 11000000 1100111 0 100 110000 10110 111000 101110 111011

Color Harmonies of #C7C067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C067

Black with #C7C067

Text Example


Text Example

White with #C7C067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C067; }

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

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

background-color css

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

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

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

border-color css

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

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

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