Html Css Color HEX #CCBE9E Sisal

📋 copy color: '#CCBE9E'

red 204 ◦ green 190 ◦ blue 158

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

Shades of Sisal #CCBE9E

Tints of Sisal #CCBE9E

RGB

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

 GREEN value IS 190 (74.61% from 255) = 34.42%

 BLUE value IS 158 (62.11% from 255) = 28.62%

R = 36.96%
G = 34.42%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.2

RGB Variations

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

Color information

#CCBE9E (or 0xCCBE9E) is known color: Sisal. HEX triplet: CC, BE and 9E. RGB value is (204,190,158). Sum of RGB (Red+Green+Blue) = 204+190+158=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 158 (62.11% from 255 or 28.62% from 552); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE9E is #334161. Grayscale: #BEBEBE. Windows color (decimal): -3359074 or 10403532. OLE color: 10403532.

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

Color convert

RGB 204 190 158 -
CMYK 0 0.07 0.23 0.2
HSL 41.74º 0.31% 0.71% -
HSV(B) 41.74º 0.23% 0.8% -
XYZ 49.49 52.13 39.8 -
YUV 190.54 109.64 137.6 -
System Red Green Blue C M Y K H S L
Decimal 204 190 158 0 0.07 0.23 0.2 41.74 0.31 0.71
Hex CC BE 9E 0 7 17 14 2A 1F 47
Octal 314 276 236 0 7 27 24 52 37 107
Binary 11001100 10111110 10011110 0 111 10111 10100 101010 11111 1000111

Color Harmonies of #CCBE9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE9E

Black with #CCBE9E

Text Example


Text Example

White with #CCBE9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE9E; }

 p { color: rgb(204,190,158); }

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

background-color css

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

 a { background-color: rgb(204,190,158); }

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

border-color css

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

 span { border-color: rgb(204,190,158); }

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