Html Css Color HEX #CCBD9B Sisal

📋 copy color: '#CCBD9B'

red 204 ◦ green 189 ◦ blue 155

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

Shades of Sisal #CCBD9B

Tints of Sisal #CCBD9B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 34.49%

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

R = 37.23%
G = 34.49%
B = 28.28%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.24

 K value IS 0.2

RGB Variations

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

Color information

#CCBD9B (or 0xCCBD9B) is known color: Sisal. HEX triplet: CC, BD and 9B. RGB value is (204,189,155). Sum of RGB (Red+Green+Blue) = 204+189+155=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 189 (74.22% from 255 or 34.49% from 548); Blue value is 155 (60.94% from 255 or 28.28% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD9B is #334264. Grayscale: #BDBDBD. Windows color (decimal): -3359333 or 10206668. OLE color: 10206668.

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

Color convert

RGB 204 189 155 -
CMYK 0 0.07 0.24 0.2
HSL 41.63º 0.32% 0.7% -
HSV(B) 41.63º 0.24% 0.8% -
XYZ 49.02 51.6 38.39 -
YUV 189.61 108.47 138.26 -
System Red Green Blue C M Y K H S L
Decimal 204 189 155 0 0.07 0.24 0.2 41.63 0.32 0.7
Hex CC BD 9B 0 7 18 14 2A 20 46
Octal 314 275 233 0 7 30 24 52 40 106
Binary 11001100 10111101 10011011 0 111 11000 10100 101010 100000 1000110

Color Harmonies of #CCBD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD9B

Black with #CCBD9B

Text Example


Text Example

White with #CCBD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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