#CCBCA6

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

Shades of Soft Amber #CCBCA6

Tints of Soft Amber #CCBCA6

Color information

#CCBCA6 (or 0xCCBCA6) is unknown color: approx Soft Amber. HEX triplet: CC, BC and A6. RGB value is (204,188,166). Sum of RGB (Red+Green+Blue) = 204+188+166=558 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.56% from 558); Green value is 188 (73.83% from 255 or 33.69% from 558); Blue value is 166 (65.23% from 255 or 29.75% from 558); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA6 is #334359. Grayscale: #BEBEBE. Windows color (decimal): -3359578 or 10927308. OLE color: 10927308.

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

Color convert

RGB204188166-
CMYK00.080.190.2
HSL34.74º27.14%72.55%-
HSV(B)34.74º18.63%80%-
XYZ49.7751.5643.4-
YUV190.28114.3137.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.56%
GREEN value IS 188 (73.83% from 255) = 33.69%
BLUE value IS 166 (65.23% from 255) = 29.75%
R=36.56%
G=33.69%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.19
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418816600.080.190.234.7427.1472.55
HexCCBCA6081314231b49
Octal31427424601023244333111
Binary110011001011110010100110010001001110100100011110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCA6; }

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

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

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

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

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

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

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

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