#CCBD92

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

Shades of Sisal #CCBD92

Tints of Sisal #CCBD92

Color information

#CCBD92 (or 0xCCBD92) is unknown color: approx Sisal. HEX triplet: CC, BD and 92. RGB value is (204,189,146). Sum of RGB (Red+Green+Blue) = 204+189+146=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 189 (74.22% from 255 or 35.06% from 539); Blue value is 146 (57.42% from 255 or 27.09% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD92 is #33426D. Grayscale: #BCBCBC. Windows color (decimal): -3359342 or 9616844. OLE color: 9616844.

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

Color convert

RGB204189146-
CMYK00.070.280.2
HSL44.48º36.25%68.63%-
HSV(B)44.48º28.43%80%-
XYZ48.2951.3134.55-
YUV188.58103.97139-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 189 (74.22% from 255) = 35.06%
BLUE value IS 146 (57.42% from 255) = 27.09%
R=37.85%
G=35.06%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418914600.070.280.244.4836.2568.63
HexCCBD92071C142c2445
Octal3142752220734245444105
Binary110011001011110110010010011111100101001011001001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBD92; }

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

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

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

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

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

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

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

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