#CCBE4F

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

Shades of Tacha #CCBE4F

Tints of Tacha #CCBE4F

Color information

#CCBE4F (or 0xCCBE4F) is unknown color: approx Tacha. HEX triplet: CC, BE and 4F. RGB value is (204,190,79). Sum of RGB (Red+Green+Blue) = 204+190+79=473 (62% of max value = 765). Red value is 204 (80.08% from 255 or 43.13% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 79 (31.25% from 255 or 16.70% from 473); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCBE4F is #3341B0. Grayscale: #B5B5B5. Windows color (decimal): -3359153 or 5226188. OLE color: 5226188.

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

Color convert

RGB20419079-
CMYK00.070.610.2
HSL53.28º55.07%55.49%-
HSV(B)53.28º61.27%80%-
XYZ44.7350.2314.73-
YUV181.5370.14144.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 43.13%
GREEN value IS 190 (74.61% from 255) = 40.17%
BLUE value IS 79 (31.25% from 255) = 16.70%
R=43.13%
G=40.17%
B=16.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041907900.070.610.253.2855.0755.49
HexCCBE4F073D14353737
Octal314276117077524656767
Binary11001100101111101001111011111110110100110101110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBE4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBE4F; }

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

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

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

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

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

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

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

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