Html Css Color HEX #C8C260 Dark Khaki

📋 copy color: '#C8C260'

red 200 ◦ green 194 ◦ blue 96

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

Shades of Dark Khaki #C8C260

Tints of Dark Khaki #C8C260

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 19.59%

R = 40.82%
G = 39.59%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.52

 K value IS 0.22

RGB Variations

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

Color information

#C8C260 (or 0xC8C260) is known color: Dark Khaki. HEX triplet: C8, C2 and 60. RGB value is (200,194,96). Sum of RGB (Red+Green+Blue) = 200+194+96=490 (64% of max value = 765). Red value is 200 (78.52% from 255 or 40.82% from 490); Green value is 194 (76.17% from 255 or 39.59% from 490); Blue value is 96 (37.89% from 255 or 19.59% from 490); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C260 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C260 is #373D9F. Grayscale: #B9B9B9. Windows color (decimal): -3620256 or 6341320. OLE color: 6341320.

HSL color Cylindrical-coordinate representation of color #C8C260: hue angle of 56.54º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C8C260 is Cyan = 0, Magento = 0.03, Yellow = 0.52 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 194 96 -
CMYK 0 0.03 0.52 0.22
HSL 56.54º 0.49% 0.58% -
HSV(B) 56.54º 0.52% 0.78% -
XYZ 45.22 51.71 18.66 -
YUV 184.62 77.99 138.97 -
System Red Green Blue C M Y K H S L
Decimal 200 194 96 0 0.03 0.52 0.22 56.54 0.49 0.58
Hex C8 C2 60 0 3 34 16 39 31 3A
Octal 310 302 140 0 3 64 26 71 61 72
Binary 11001000 11000010 1100000 0 11 110100 10110 111001 110001 111010

Color Harmonies of #C8C260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C260

Black with #C8C260

Text Example


Text Example

White with #C8C260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C260; }

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

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

background-color css

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

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

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

border-color css

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

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

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