Html Css Color HEX #C7C364 Dark Khaki

📋 copy color: '#C7C364'

red 199 ◦ green 195 ◦ blue 100

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

Shades of Dark Khaki #C7C364

Tints of Dark Khaki #C7C364

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.47%

 BLUE value IS 100 (39.45% from 255) = 20.24%

R = 40.28%
G = 39.47%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.50

 K value IS 0.22

RGB Variations

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

Color information

#C7C364 (or 0xC7C364) is known color: Dark Khaki. HEX triplet: C7, C3 and 64. RGB value is (199,195,100). Sum of RGB (Red+Green+Blue) = 199+195+100=494 (65% of max value = 765). Red value is 199 (78.12% from 255 or 40.28% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 100 (39.45% from 255 or 20.24% from 494); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C364 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C364 is #383C9B. Grayscale: #B9B9B9. Windows color (decimal): -3685532 or 6603719. OLE color: 6603719.

HSL color Cylindrical-coordinate representation of color #C7C364: hue angle of 57.58º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C7C364 is Cyan = 0, Magento = 0.02, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 195 100 -
CMYK 0 0.02 0.50 0.22
HSL 57.58º 0.47% 0.59% -
HSV(B) 57.58º 0.5% 0.78% -
XYZ 45.37 52.09 19.72 -
YUV 185.37 79.83 137.72 -
System Red Green Blue C M Y K H S L
Decimal 199 195 100 0 0.02 0.50 0.22 57.58 0.47 0.59
Hex C7 C3 64 0 2 32 16 3A 2F 3B
Octal 307 303 144 0 2 62 26 72 57 73
Binary 11000111 11000011 1100100 0 10 110010 10110 111010 101111 111011

Color Harmonies of #C7C364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C364

Black with #C7C364

Text Example


Text Example

White with #C7C364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C364; }

 p { color: rgb(199,195,100); }

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

background-color css

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

 a { background-color: rgb(199,195,100); }

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

border-color css

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

 span { border-color: rgb(199,195,100); }

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