#CBC271

Color #CBC271 Dark Khaki (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Khaki #CBC271

Tints of Dark Khaki #CBC271

Color information

#CBC271 (or 0xCBC271) is unknown color: approx Dark Khaki. HEX triplet: CB, C2 and 71. RGB value is (203,194,113). Sum of RGB (Red+Green+Blue) = 203+194+113=510 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.80% from 510); Green value is 194 (76.17% from 255 or 38.04% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC271 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC271 is #343D8E. Grayscale: #BBBBBB. Windows color (decimal): -3423631 or 7455435. OLE color: 7455435.

HSL color Cylindrical-coordinate representation of color #CBC271: hue angle of 54º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBC271 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB203194113-
CMYK00.040.440.20
HSL54º46.39%61.96%-
HSV(B)54º44.33%79.61%-
XYZ46.952.4723.28-
YUV187.4685.98139.09-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 39.80%
GREEN value IS 194 (76.17% from 255) = 38.04%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=39.80%
G=38.04%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319411300.040.440.205446.3961.96
HexCBC271042C14362e3e
Octal313302161045424665676
Binary11001011110000101110001010010110010100110110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC271; }

 p { color: rgb(203,194,113); }

 H1.HeaderClassName
 {
   color: #CBC271;
 }
 .AnyTagClassName
 {
   color: #CBC271;
 }
</style>
background-color css

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

 a { background-color: rgb(203,194,113); }

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

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

 span { border-color: rgb(203,194,113); }

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