Html Css Color HEX #C8C268 Dark Khaki

📋 copy color: '#C8C268'

red 200 ◦ green 194 ◦ blue 104

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

Shades of Dark Khaki #C8C268

Tints of Dark Khaki #C8C268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 20.88%

R = 40.16%
G = 38.96%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.48

 K value IS 0.22

RGB Variations

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

Color information

#C8C268 (or 0xC8C268) is known color: Dark Khaki. HEX triplet: C8, C2 and 68. RGB value is (200,194,104). Sum of RGB (Red+Green+Blue) = 200+194+104=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 194 (76.17% from 255 or 38.96% from 498); Blue value is 104 (41.02% from 255 or 20.88% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C268 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C268 is #373D97. Grayscale: #B9B9B9. Windows color (decimal): -3620248 or 6865608. OLE color: 6865608.

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

Color convert

RGB 200 194 104 -
CMYK 0 0.03 0.48 0.22
HSL 56.25º 0.47% 0.6% -
HSV(B) 56.25º 0.48% 0.78% -
XYZ 45.61 51.86 20.7 -
YUV 185.53 81.99 138.32 -
System Red Green Blue C M Y K H S L
Decimal 200 194 104 0 0.03 0.48 0.22 56.25 0.47 0.6
Hex C8 C2 68 0 3 30 16 38 2F 3C
Octal 310 302 150 0 3 60 26 70 57 74
Binary 11001000 11000010 1101000 0 11 110000 10110 111000 101111 111100

Color Harmonies of #C8C268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C268

Black with #C8C268

Text Example


Text Example

White with #C8C268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C268; }

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

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

background-color css

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

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

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

border-color css

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

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

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