Html Css Color HEX #C8C570 Dark Khaki

📋 copy color: '#C8C570'

red 200 ◦ green 197 ◦ blue 112

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

Shades of Dark Khaki #C8C570

Tints of Dark Khaki #C8C570

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.7%

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

R = 39.29%
G = 38.7%
B = 22%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.44

 K value IS 0.22

RGB Variations

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

Color information

#C8C570 (or 0xC8C570) is known color: Dark Khaki. HEX triplet: C8, C5 and 70. RGB value is (200,197,112). Sum of RGB (Red+Green+Blue) = 200+197+112=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 197 (77.34% from 255 or 38.70% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C570 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8C570 is #373A8F. Grayscale: #BCBCBC. Windows color (decimal): -3619472 or 7390664. OLE color: 7390664.

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

Color convert

RGB 200 197 112 -
CMYK 0 0.02 0.44 0.22
HSL 57.95º 0.44% 0.61% -
HSV(B) 57.95º 0.44% 0.78% -
XYZ 46.71 53.38 23.17 -
YUV 188.21 84.99 136.41 -
System Red Green Blue C M Y K H S L
Decimal 200 197 112 0 0.02 0.44 0.22 57.95 0.44 0.61
Hex C8 C5 70 0 2 2C 16 3A 2C 3D
Octal 310 305 160 0 2 54 26 72 54 75
Binary 11001000 11000101 1110000 0 10 101100 10110 111010 101100 111101

Color Harmonies of #C8C570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8C570

Black with #C8C570

Text Example


Text Example

White with #C8C570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8C570; }

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

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

background-color css

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

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

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

border-color css

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

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

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