#CCB567

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

Shades of Tacha #CCB567

Tints of Tacha #CCB567

Color information

#CCB567 (or 0xCCB567) is unknown color: approx Tacha. HEX triplet: CC, B5 and 67. RGB value is (204,181,103). Sum of RGB (Red+Green+Blue) = 204+181+103=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 103 (40.62% from 255 or 21.11% from 488); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB567 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCB567 is #334A98. Grayscale: #B3B3B3. Windows color (decimal): -3361433 or 6796748. OLE color: 6796748.

HSL color Cylindrical-coordinate representation of color #CCB567: hue angle of 46.34º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCB567 is Cyan = 0, Magento = 0.11, Yellow = 0.50 and Black (K on CMYK) = 0.2.

Color convert

RGB204181103-
CMYK00.110.500.2
HSL46.34º49.75%60.2%-
HSV(B)46.34º49.51%80%-
XYZ43.8746.8619.57-
YUV178.9885.12145.84-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.80%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 103 (40.62% from 255) = 21.11%
R=41.80%
G=37.09%
B=21.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.50
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418110300.110.500.246.3449.7560.2
HexCCB5670B32142e323c
Octal3142651470136224566274
Binary110011001011010111001110101111001010100101110110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB567; }

 p { color: rgb(204,181,103); }

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

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

 a { background-color: rgb(204,181,103); }

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

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

 span { border-color: rgb(204,181,103); }

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