Html Css Color HEX #C8C26F Dark Khaki

📋 copy color: '#C8C26F'

red 200 ◦ green 194 ◦ blue 111

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

Shades of Dark Khaki #C8C26F

Tints of Dark Khaki #C8C26F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.98%

R = 39.6%
G = 38.42%
B = 21.98%

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

#C8C26F (or 0xC8C26F) is known color: Dark Khaki. HEX triplet: C8, C2 and 6F. RGB value is (200,194,111). Sum of RGB (Red+Green+Blue) = 200+194+111=505 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.60% from 505); Green value is 194 (76.17% from 255 or 38.42% from 505); Blue value is 111 (43.75% from 255 or 21.98% from 505); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C26F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C26F is #373D90. Grayscale: #BABABA. Windows color (decimal): -3620241 or 7324360. OLE color: 7324360.

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

Color convert

RGB 200 194 111 -
CMYK 0 0.03 0.44 0.22
HSL 55.96º 0.45% 0.61% -
HSV(B) 55.96º 0.45% 0.78% -
XYZ 45.98 52.01 22.65 -
YUV 186.33 85.49 137.75 -
System Red Green Blue C M Y K H S L
Decimal 200 194 111 0 0.03 0.44 0.22 55.96 0.45 0.61
Hex C8 C2 6F 0 3 2C 16 38 2D 3D
Octal 310 302 157 0 3 54 26 70 55 75
Binary 11001000 11000010 1101111 0 11 101100 10110 111000 101101 111101

Color Harmonies of #C8C26F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C26F

Black with #C8C26F

Text Example


Text Example

White with #C8C26F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C26F; }

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

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

background-color css

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

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

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

border-color css

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

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

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