#CCB299

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

Shades of Cashmere #CCB299

Tints of Cashmere #CCB299

Color information

#CCB299 (or 0xCCB299) is unknown color: approx Cashmere. HEX triplet: CC, B2 and 99. RGB value is (204,178,153). Sum of RGB (Red+Green+Blue) = 204+178+153=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 178 (69.92% from 255 or 33.27% from 535); Blue value is 153 (60.16% from 255 or 28.60% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCB299 is #334D66. Grayscale: #B7B7B7. Windows color (decimal): -3362151 or 10072780. OLE color: 10072780.

HSL color Cylindrical-coordinate representation of color #CCB299: hue angle of 29.41º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCB299 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204178153-
CMYK00.130.250.2
HSL29.41º33.33%70%-
HSV(B)29.41º25%80%-
XYZ46.5746.9836.75-
YUV182.92111.11143.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.13%
GREEN value IS 178 (69.92% from 255) = 33.27%
BLUE value IS 153 (60.16% from 255) = 28.60%
R=38.13%
G=33.27%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417815300.130.250.229.4133.3370
HexCCB2990D19141d2146
Octal31426223101531243541106
Binary110011001011001010011001011011100110100111011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB299; }

 p { color: rgb(204,178,153); }

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

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

 a { background-color: rgb(204,178,153); }

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

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

 span { border-color: rgb(204,178,153); }

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