Html Css Color HEX #C8C271 Dark Khaki

📋 copy color: '#C8C271'

red 200 ◦ green 194 ◦ blue 113

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

Shades of Dark Khaki #C8C271

Tints of Dark Khaki #C8C271

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.26%

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

R = 39.45%
G = 38.26%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8C271 (or 0xC8C271) is known color: Dark Khaki. HEX triplet: C8, C2 and 71. RGB value is (200,194,113). Sum of RGB (Red+Green+Blue) = 200+194+113=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C271 is #373D8E. Grayscale: #BABABA. Windows color (decimal): -3620239 or 7455432. OLE color: 7455432.

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

Color convert

RGB 200 194 113 -
CMYK 0 0.03 0.44 0.22
HSL 55.86º 0.44% 0.61% -
HSV(B) 55.86º 0.44% 0.78% -
XYZ 46.09 52.06 23.24 -
YUV 186.56 86.49 137.59 -
System Red Green Blue C M Y K H S L
Decimal 200 194 113 0 0.03 0.44 0.22 55.86 0.44 0.61
Hex C8 C2 71 0 3 2C 16 38 2C 3D
Octal 310 302 161 0 3 54 26 70 54 75
Binary 11001000 11000010 1110001 0 11 101100 10110 111000 101100 111101

Color Harmonies of #C8C271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C271

Black with #C8C271

Text Example


Text Example

White with #C8C271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C271; }

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

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

background-color css

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

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

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

border-color css

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

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

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