Html Css Color HEX #CCBF9B Sisal

📋 copy color: '#CCBF9B'

red 204 ◦ green 191 ◦ blue 155

#CCBF9B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sisal #CCBF9B

Tints of Sisal #CCBF9B

RGB

 RED value IS 204 (80.08% from 255) = 37.09%

 GREEN value IS 191 (75% from 255) = 34.73%

 BLUE value IS 155 (60.94% from 255) = 28.18%

R = 37.09%
G = 34.73%
B = 28.18%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCBF9B (or 0xCCBF9B) is known color: Sisal. HEX triplet: CC, BF and 9B. RGB value is (204,191,155). Sum of RGB (Red+Green+Blue) = 204+191+155=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 191 (75% from 255 or 34.73% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBF9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBF9B is #334064. Grayscale: #BEBEBE. Windows color (decimal): -3358821 or 10207180. OLE color: 10207180.

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

Color convert

RGB 204 191 155 -
CMYK 0 0.06 0.24 0.2
HSL 44.08º 0.32% 0.7% -
HSV(B) 44.08º 0.24% 0.8% -
XYZ 49.45 52.47 38.53 -
YUV 190.78 107.81 137.43 -
System Red Green Blue C M Y K H S L
Decimal 204 191 155 0 0.06 0.24 0.2 44.08 0.32 0.7
Hex CC BF 9B 0 6 18 14 2C 20 46
Octal 314 277 233 0 6 30 24 54 40 106
Binary 11001100 10111111 10011011 0 110 11000 10100 101100 100000 1000110

Color Harmonies of #CCBF9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBF9B

Black with #CCBF9B

Text Example


Text Example

White with #CCBF9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBF9B; }

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

 H1.HeaderClassName
 {
   color: #CCBF9B;
 }
 .AnyTagClassName
 {
   color: #CCBF9B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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