Html Css Color HEX #C7C36C Dark Khaki

📋 copy color: '#C7C36C'

red 199 ◦ green 195 ◦ blue 108

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

Shades of Dark Khaki #C7C36C

Tints of Dark Khaki #C7C36C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 21.51%

R = 39.64%
G = 38.84%
B = 21.51%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.46

 K value IS 0.22

RGB Variations

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

Color information

#C7C36C (or 0xC7C36C) is known color: Dark Khaki. HEX triplet: C7, C3 and 6C. RGB value is (199,195,108). Sum of RGB (Red+Green+Blue) = 199+195+108=502 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.64% from 502); Green value is 195 (76.56% from 255 or 38.84% from 502); Blue value is 108 (42.58% from 255 or 21.51% from 502); Max value from RGB is 199 - color contains mainly: red. Hex color #C7C36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C7C36C is #383C93. Grayscale: #BABABA. Windows color (decimal): -3685524 or 7128007. OLE color: 7128007.

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

Color convert

RGB 199 195 108 -
CMYK 0 0.02 0.46 0.22
HSL 57.36º 0.45% 0.6% -
HSV(B) 57.36º 0.46% 0.78% -
XYZ 45.78 52.26 21.86 -
YUV 186.28 83.83 137.07 -
System Red Green Blue C M Y K H S L
Decimal 199 195 108 0 0.02 0.46 0.22 57.36 0.45 0.6
Hex C7 C3 6C 0 2 2E 16 39 2D 3C
Octal 307 303 154 0 2 56 26 71 55 74
Binary 11000111 11000011 1101100 0 10 101110 10110 111001 101101 111100

Color Harmonies of #C7C36C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7C36C

Black with #C7C36C

Text Example


Text Example

White with #C7C36C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7C36C; }

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

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

background-color css

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

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

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

border-color css

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

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

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