#CBBCAC

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

Shades of Soft Amber #CBBCAC

Tints of Soft Amber #CBBCAC

Color information

#CBBCAC (or 0xCBBCAC) is unknown color: approx Soft Amber. HEX triplet: CB, BC and AC. RGB value is (203,188,172). Sum of RGB (Red+Green+Blue) = 203+188+172=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBBCAC is #344353. Grayscale: #BEBEBE. Windows color (decimal): -3425108 or 11320523. OLE color: 11320523.

HSL color Cylindrical-coordinate representation of color #CBBCAC: hue angle of 30.97º degrees, saturation: 0.23, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBCAC is Cyan = 0, Magento = 0.07, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB203188172-
CMYK00.070.150.20
HSL30.97º22.96%73.53%-
HSV(B)30.97º15.27%79.61%-
XYZ50.0651.6446.36-
YUV190.66117.47136.8-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 172 (67.58% from 255) = 30.55%
R=36.06%
G=33.39%
B=30.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20318817200.070.150.2030.9722.9673.53
HexCBBCAC07F141f174a
Octal3132742540717243727112
Binary110010111011110010101100011111111010011111101111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBBCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBBCAC; }

 p { color: rgb(203,188,172); }

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

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

 a { background-color: rgb(203,188,172); }

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

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

 span { border-color: rgb(203,188,172); }

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