#CCC894

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

Shades of Tahuna Sands #CCC894

Tints of Tahuna Sands #CCC894

Color information

#CCC894 (or 0xCCC894) is unknown color: approx Tahuna Sands. HEX triplet: CC, C8 and 94. RGB value is (204,200,148). Sum of RGB (Red+Green+Blue) = 204+200+148=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 200 (78.52% from 255 or 36.23% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC894 is #33376B. Grayscale: #C3C3C3. Windows color (decimal): -3356524 or 9750732. OLE color: 9750732.

HSL color Cylindrical-coordinate representation of color #CCC894: hue angle of 55.71º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCC894 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.2.

Color convert

RGB204200148-
CMYK00.020.270.2
HSL55.71º35.44%69.02%-
HSV(B)55.71º27.45%80%-
XYZ50.956.2836.2-
YUV195.27101.33134.23-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.96%
GREEN value IS 200 (78.52% from 255) = 36.23%
BLUE value IS 148 (58.20% from 255) = 26.81%
R=36.96%
G=36.23%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.27
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420014800.020.270.255.7135.4469.02
HexCCC894021B14382345
Octal3143102240233247043105
Binary11001100110010001001010001011011101001110001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC894; }

 p { color: rgb(204,200,148); }

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

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

 a { background-color: rgb(204,200,148); }

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

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

 span { border-color: rgb(204,200,148); }

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