Html Css Color HEX #C8C371 Dark Khaki

📋 copy color: '#C8C371'

red 200 ◦ green 195 ◦ blue 113

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

Shades of Dark Khaki #C8C371

Tints of Dark Khaki #C8C371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 22.24%

R = 39.37%
G = 38.39%
B = 22.24%

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

#C8C371 (or 0xC8C371) is known color: Dark Khaki. HEX triplet: C8, C3 and 71. RGB value is (200,195,113). Sum of RGB (Red+Green+Blue) = 200+195+113=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 195 (76.56% from 255 or 38.39% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C371 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C371 is #373C8E. Grayscale: #BBBBBB. Windows color (decimal): -3619983 or 7455688. OLE color: 7455688.

HSL color Cylindrical-coordinate representation of color #C8C371: hue angle of 56.55º degrees, saturation: 0.44, 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 #C8C371 is Cyan = 0, Magento = 0.02, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 195 113 -
CMYK 0 0.02 0.44 0.22
HSL 56.55º 0.44% 0.61% -
HSV(B) 56.55º 0.44% 0.78% -
XYZ 46.32 52.5 23.32 -
YUV 187.15 86.16 137.17 -
System Red Green Blue C M Y K H S L
Decimal 200 195 113 0 0.02 0.44 0.22 56.55 0.44 0.61
Hex C8 C3 71 0 2 2C 16 39 2C 3D
Octal 310 303 161 0 2 54 26 71 54 75
Binary 11001000 11000011 1110001 0 10 101100 10110 111001 101100 111101

Color Harmonies of #C8C371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C371

Black with #C8C371

Text Example


Text Example

White with #C8C371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C371; }

 p { color: rgb(200,195,113); }

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

background-color css

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

 a { background-color: rgb(200,195,113); }

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

border-color css

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

 span { border-color: rgb(200,195,113); }

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