#CCBD9E

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

Shades of Sisal #CCBD9E

Tints of Sisal #CCBD9E

Color information

#CCBD9E (or 0xCCBD9E) is unknown color: approx Sisal. HEX triplet: CC, BD and 9E. RGB value is (204,189,158). Sum of RGB (Red+Green+Blue) = 204+189+158=551 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.02% from 551); Green value is 189 (74.22% from 255 or 34.30% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD9E is #334261. Grayscale: #BEBEBE. Windows color (decimal): -3359330 or 10403276. OLE color: 10403276.

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

Color convert

RGB204189158-
CMYK00.070.230.2
HSL40.43º31.08%70.98%-
HSV(B)40.43º22.55%80%-
XYZ49.2751.739.73-
YUV189.95109.97138.02-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.02%
GREEN value IS 189 (74.22% from 255) = 34.30%
BLUE value IS 158 (62.11% from 255) = 28.68%
R=37.02%
G=34.30%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.23
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418915800.070.230.240.4331.0870.98
HexCCBD9E071714281f47
Octal3142752360727245037107
Binary11001100101111011001111001111011110100101000111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD9E; }

 p { color: rgb(204,189,158); }

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

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

 a { background-color: rgb(204,189,158); }

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

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

 span { border-color: rgb(204,189,158); }

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