#CCBF98

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

Shades of Sisal #CCBF98

Tints of Sisal #CCBF98

Color information

#CCBF98 (or 0xCCBF98) is unknown color: approx Sisal. HEX triplet: CC, BF and 98. RGB value is (204,191,152). Sum of RGB (Red+Green+Blue) = 204+191+152=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 191 (75% from 255 or 34.92% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF98 is #334067. Grayscale: #BEBEBE. Windows color (decimal): -3358824 or 10010572. OLE color: 10010572.

HSL color Cylindrical-coordinate representation of color #CCBF98: hue angle of 45º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCBF98 is Cyan = 0, Magento = 0.06, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB204191152-
CMYK00.060.250.2
HSL45º33.77%69.8%-
HSV(B)45º25.49%80%-
XYZ49.252.3737.22-
YUV190.44106.31137.67-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.29%
GREEN value IS 191 (75% from 255) = 34.92%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=37.29%
G=34.92%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.25
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419115200.060.250.24533.7769.8
HexCCBF980619142d2246
Octal3142772300631245542106
Binary110011001011111110011000011011001101001011011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCBF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCBF98; }

 p { color: rgb(204,191,152); }

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

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

 a { background-color: rgb(204,191,152); }

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

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

 span { border-color: rgb(204,191,152); }

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