Html Css Color HEX #C8C270 Dark Khaki

📋 copy color: '#C8C270'

red 200 ◦ green 194 ◦ blue 112

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

Shades of Dark Khaki #C8C270

Tints of Dark Khaki #C8C270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.13%

R = 39.53%
G = 38.34%
B = 22.13%

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

#C8C270 (or 0xC8C270) is known color: Dark Khaki. HEX triplet: C8, C2 and 70. RGB value is (200,194,112). Sum of RGB (Red+Green+Blue) = 200+194+112=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 194 (76.17% from 255 or 38.34% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C270 is #373D8F. Grayscale: #BABABA. Windows color (decimal): -3620240 or 7389896. OLE color: 7389896.

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

Color convert

RGB 200 194 112 -
CMYK 0 0.03 0.44 0.22
HSL 55.91º 0.44% 0.61% -
HSV(B) 55.91º 0.44% 0.78% -
XYZ 46.04 52.03 22.95 -
YUV 186.45 85.99 137.67 -
System Red Green Blue C M Y K H S L
Decimal 200 194 112 0 0.03 0.44 0.22 55.91 0.44 0.61
Hex C8 C2 70 0 3 2C 16 38 2C 3D
Octal 310 302 160 0 3 54 26 70 54 75
Binary 11001000 11000010 1110000 0 11 101100 10110 111000 101100 111101

Color Harmonies of #C8C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C270

Black with #C8C270

Text Example


Text Example

White with #C8C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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