#CCBCA8

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

Shades of Soft Amber #CCBCA8

Tints of Soft Amber #CCBCA8

Color information

#CCBCA8 (or 0xCCBCA8) is unknown color: approx Soft Amber. HEX triplet: CC, BC and A8. RGB value is (204,188,168). Sum of RGB (Red+Green+Blue) = 204+188+168=560 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.43% from 560); Green value is 188 (73.83% from 255 or 33.57% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA8 is #334357. Grayscale: #BEBEBE. Windows color (decimal): -3359576 or 11058380. OLE color: 11058380.

HSL color Cylindrical-coordinate representation of color #CCBCA8: hue angle of 33.33º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCBCA8 is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.2.

Color convert

RGB204188168-
CMYK00.080.180.2
HSL33.33º26.09%72.94%-
HSV(B)33.33º17.65%80%-
XYZ49.9551.6344.38-
YUV190.5115.3137.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.43%
GREEN value IS 188 (73.83% from 255) = 33.57%
BLUE value IS 168 (66.02% from 255) = 30%
R=36.43%
G=33.57%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.18
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418816800.080.180.233.3326.0972.94
HexCCBCA8081214211a49
Octal31427425001022244132111
Binary110011001011110010101000010001001010100100001110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCA8; }

 p { color: rgb(204,188,168); }

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

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

 a { background-color: rgb(204,188,168); }

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

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

 span { border-color: rgb(204,188,168); }

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