Html Css Color HEX #CCBD9C Sisal

📋 copy color: '#CCBD9C'

red 204 ◦ green 189 ◦ blue 156

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

Shades of Sisal #CCBD9C

Tints of Sisal #CCBD9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 28.42%

R = 37.16%
G = 34.43%
B = 28.42%

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

#CCBD9C (or 0xCCBD9C) is known color: Sisal. HEX triplet: CC, BD and 9C. RGB value is (204,189,156). Sum of RGB (Red+Green+Blue) = 204+189+156=549 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.16% from 549); Green value is 189 (74.22% from 255 or 34.43% from 549); Blue value is 156 (61.33% from 255 or 28.42% from 549); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBD9C is #334263. Grayscale: #BDBDBD. Windows color (decimal): -3359332 or 10272204. OLE color: 10272204.

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

Color convert

RGB 204 189 156 -
CMYK 0 0.07 0.24 0.2
HSL 41.25º 0.32% 0.71% -
HSV(B) 41.25º 0.24% 0.8% -
XYZ 49.1 51.63 38.83 -
YUV 189.72 108.97 138.18 -
System Red Green Blue C M Y K H S L
Decimal 204 189 156 0 0.07 0.24 0.2 41.25 0.32 0.71
Hex CC BD 9C 0 7 18 14 29 20 47
Octal 314 275 234 0 7 30 24 51 40 107
Binary 11001100 10111101 10011100 0 111 11000 10100 101001 100000 1000111

Color Harmonies of #CCBD9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD9C

Black with #CCBD9C

Text Example


Text Example

White with #CCBD9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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