#CCBCA4

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

Shades of Soft Amber #CCBCA4

Tints of Soft Amber #CCBCA4

Color information

#CCBCA4 (or 0xCCBCA4) is unknown color: approx Soft Amber. HEX triplet: CC, BC and A4. RGB value is (204,188,164). Sum of RGB (Red+Green+Blue) = 204+188+164=556 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.69% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 164 (64.45% from 255 or 29.50% from 556); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBCA4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBCA4 is #33435B. Grayscale: #BEBEBE. Windows color (decimal): -3359580 or 10796236. OLE color: 10796236.

HSL color Cylindrical-coordinate representation of color #CCBCA4: hue angle of 36º degrees, saturation: 0.28, 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 #CCBCA4 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.2.

Color convert

RGB204188164-
CMYK00.080.200.2
HSL36º28.17%72.16%-
HSV(B)36º19.61%80%-
XYZ49.5951.4842.45-
YUV190.05113.3137.95-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 36.69%
GREEN value IS 188 (73.83% from 255) = 33.81%
BLUE value IS 164 (64.45% from 255) = 29.50%
R=36.69%
G=33.81%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418816400.080.200.23628.1772.16
HexCCBCA4081414241c48
Octal31427424401024244434110
Binary110011001011110010100100010001010010100100100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBCA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBCA4; }

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

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

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

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

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

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

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

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