#CCBE70

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

Shades of Dark Khaki #CCBE70

Tints of Dark Khaki #CCBE70

Color information

#CCBE70 (or 0xCCBE70) is unknown color: approx Dark Khaki. HEX triplet: CC, BE and 70. RGB value is (204,190,112). Sum of RGB (Red+Green+Blue) = 204+190+112=506 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.32% from 506); Green value is 190 (74.61% from 255 or 37.55% from 506); Blue value is 112 (44.14% from 255 or 22.13% from 506); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE70 is #33418F. Grayscale: #B9B9B9. Windows color (decimal): -3359120 or 7388876. OLE color: 7388876.

HSL color Cylindrical-coordinate representation of color #CCBE70: hue angle of 50.87º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCBE70 is Cyan = 0, Magento = 0.07, Yellow = 0.45 and Black (K on CMYK) = 0.2.

Color convert

RGB204190112-
CMYK00.070.450.2
HSL50.87º47.42%61.96%-
HSV(B)50.87º45.1%80%-
XYZ46.2450.8322.7-
YUV185.2986.64141.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.32%
GREEN value IS 190 (74.61% from 255) = 37.55%
BLUE value IS 112 (44.14% from 255) = 22.13%
R=40.32%
G=37.55%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419011200.070.450.250.8747.4261.96
HexCCBE70072D14332f3e
Octal314276160075524635776
Binary11001100101111101110000011110110110100110011101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE70; }

 p { color: rgb(204,190,112); }

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

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

 a { background-color: rgb(204,190,112); }

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

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

 span { border-color: rgb(204,190,112); }

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