Html Css Color HEX #C4C270 Dark Khaki

📋 copy color: '#C4C270'

red 196 ◦ green 194 ◦ blue 112

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

Shades of Dark Khaki #C4C270

Tints of Dark Khaki #C4C270

RGB

 RED value IS 196 (76.95% from 255) = 39.04%

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

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

R = 39.04%
G = 38.65%
B = 22.31%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.43

 K value IS 0.23

RGB Variations

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

Color information

#C4C270 (or 0xC4C270) is known color: Dark Khaki. HEX triplet: C4, C2 and 70. RGB value is (196,194,112). Sum of RGB (Red+Green+Blue) = 196+194+112=502 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.04% from 502); Green value is 194 (76.17% from 255 or 38.65% from 502); Blue value is 112 (44.14% from 255 or 22.31% from 502); Max value from RGB is 196 - color contains mainly: red. Hex color #C4C270 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C4C270 is #3B3D8F. Grayscale: #B9B9B9. Windows color (decimal): -3882384 or 7389892. OLE color: 7389892.

HSL color Cylindrical-coordinate representation of color #C4C270: hue angle of 58.57º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C4C270 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 194 112 -
CMYK 0 0.01 0.43 0.23
HSL 58.57º 0.42% 0.6% -
HSV(B) 58.57º 0.43% 0.77% -
XYZ 44.98 51.49 22.9 -
YUV 185.25 86.66 135.67 -
System Red Green Blue C M Y K H S L
Decimal 196 194 112 0 0.01 0.43 0.23 58.57 0.42 0.6
Hex C4 C2 70 0 1 2B 17 3B 2A 3C
Octal 304 302 160 0 1 53 27 73 52 74
Binary 11000100 11000010 1110000 0 1 101011 10111 111011 101010 111100

Color Harmonies of #C4C270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C270

Black with #C4C270

Text Example


Text Example

White with #C4C270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C270; }

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

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

background-color css

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

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

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

border-color css

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

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

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