Html Css Color HEX #C8C471 Dark Khaki

📋 copy color: '#C8C471'

red 200 ◦ green 196 ◦ blue 113

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

Shades of Dark Khaki #C8C471

Tints of Dark Khaki #C8C471

RGB

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

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

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

R = 39.29%
G = 38.51%
B = 22.2%

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

#C8C471 (or 0xC8C471) is known color: Dark Khaki. HEX triplet: C8, C4 and 71. RGB value is (200,196,113). Sum of RGB (Red+Green+Blue) = 200+196+113=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 196 (76.95% from 255 or 38.51% from 509); Blue value is 113 (44.53% from 255 or 22.20% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C471 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C471 is #373B8E. Grayscale: #BCBCBC. Windows color (decimal): -3619727 or 7455944. OLE color: 7455944.

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

Color convert

RGB 200 196 113 -
CMYK 0 0.02 0.44 0.22
HSL 57.24º 0.44% 0.61% -
HSV(B) 57.24º 0.44% 0.78% -
XYZ 46.54 52.95 23.39 -
YUV 187.73 85.83 136.75 -
System Red Green Blue C M Y K H S L
Decimal 200 196 113 0 0.02 0.44 0.22 57.24 0.44 0.61
Hex C8 C4 71 0 2 2C 16 39 2C 3D
Octal 310 304 161 0 2 54 26 71 54 75
Binary 11001000 11000100 1110001 0 10 101100 10110 111001 101100 111101

Color Harmonies of #C8C471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C471

Black with #C8C471

Text Example


Text Example

White with #C8C471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C471; }

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

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

background-color css

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

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

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

border-color css

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

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

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