#CCBC92

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

Shades of Sisal #CCBC92

Tints of Sisal #CCBC92

Color information

#CCBC92 (or 0xCCBC92) is unknown color: approx Sisal. HEX triplet: CC, BC and 92. RGB value is (204,188,146). Sum of RGB (Red+Green+Blue) = 204+188+146=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 188 (73.83% from 255 or 34.94% from 538); Blue value is 146 (57.42% from 255 or 27.14% from 538); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBC92 is #33436D. Grayscale: #BCBCBC. Windows color (decimal): -3359598 or 9616588. OLE color: 9616588.

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

Color convert

RGB204188146-
CMYK00.080.280.2
HSL43.45º36.25%68.63%-
HSV(B)43.45º28.43%80%-
XYZ48.0750.8834.48-
YUV188104.3139.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.92%
GREEN value IS 188 (73.83% from 255) = 34.94%
BLUE value IS 146 (57.42% from 255) = 27.14%
R=37.92%
G=34.94%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.28
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20418814600.080.280.243.4536.2568.63
HexCCBC92081C142b2445
Octal31427422201034245344105
Binary1100110010111100100100100100011100101001010111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBC92; }

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

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

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

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

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

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

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

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