Html Css Color HEX #C8C46F Dark Khaki

📋 copy color: '#C8C46F'

red 200 ◦ green 196 ◦ blue 111

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

Shades of Dark Khaki #C8C46F

Tints of Dark Khaki #C8C46F

RGB

 RED value IS 200 (78.52% from 255) = 39.45%

 GREEN value IS 196 (76.95% from 255) = 38.66%

 BLUE value IS 111 (43.75% from 255) = 21.89%

R = 39.45%
G = 38.66%
B = 21.89%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8C46F (or 0xC8C46F) is known color: Dark Khaki. HEX triplet: C8, C4 and 6F. RGB value is (200,196,111). Sum of RGB (Red+Green+Blue) = 200+196+111=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 196 (76.95% from 255 or 38.66% from 507); Blue value is 111 (43.75% from 255 or 21.89% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C46F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C46F is #373B90. Grayscale: #BBBBBB. Windows color (decimal): -3619729 or 7324872. OLE color: 7324872.

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

Color convert

RGB 200 196 111 -
CMYK 0 0.02 0.44 0.22
HSL 57.3º 0.45% 0.61% -
HSV(B) 57.3º 0.45% 0.78% -
XYZ 46.43 52.91 22.8 -
YUV 187.51 84.83 136.91 -
System Red Green Blue C M Y K H S L
Decimal 200 196 111 0 0.02 0.44 0.22 57.3 0.45 0.61
Hex C8 C4 6F 0 2 2C 16 39 2D 3D
Octal 310 304 157 0 2 54 26 71 55 75
Binary 11001000 11000100 1101111 0 10 101100 10110 111001 101101 111101

Color Harmonies of #C8C46F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C46F

Black with #C8C46F

Text Example


Text Example

White with #C8C46F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C46F; }

 p { color: rgb(200,196,111); }

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

background-color css

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

 a { background-color: rgb(200,196,111); }

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

border-color css

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

 span { border-color: rgb(200,196,111); }

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