#CCB3A3

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

Shades of Cashmere #CCB3A3

Tints of Cashmere #CCB3A3

Color information

#CCB3A3 (or 0xCCB3A3) is unknown color: approx Cashmere. HEX triplet: CC, B3 and A3. RGB value is (204,179,163). Sum of RGB (Red+Green+Blue) = 204+179+163=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 179 (70.31% from 255 or 32.78% from 546); Blue value is 163 (64.06% from 255 or 29.85% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB3A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCB3A3 is #334C5C. Grayscale: #B8B8B8. Windows color (decimal): -3361885 or 10728396. OLE color: 10728396.

HSL color Cylindrical-coordinate representation of color #CCB3A3: hue angle of 23.41º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCB3A3 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204179163-
CMYK00.120.200.2
HSL23.41º28.67%71.96%-
HSV(B)23.41º20.1%80%-
XYZ47.6347.7241.35-
YUV184.65115.78141.8-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.36%
GREEN value IS 179 (70.31% from 255) = 32.78%
BLUE value IS 163 (64.06% from 255) = 29.85%
R=37.36%
G=32.78%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20417916300.120.200.223.4128.6771.96
HexCCB3A30C1414171d48
Octal31426324301424242735110
Binary11001100101100111010001101100101001010010111111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB3A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB3A3; }

 p { color: rgb(204,179,163); }

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

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

 a { background-color: rgb(204,179,163); }

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

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

 span { border-color: rgb(204,179,163); }

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