Html Css Color HEX #CCBE98 Sisal

📋 copy color: '#CCBE98'

red 204 ◦ green 190 ◦ blue 152

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

Shades of Sisal #CCBE98

Tints of Sisal #CCBE98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.84%

R = 37.36%
G = 34.8%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCBE98 (or 0xCCBE98) is known color: Sisal. HEX triplet: CC, BE and 98. RGB value is (204,190,152). Sum of RGB (Red+Green+Blue) = 204+190+152=546 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.36% from 546); Green value is 190 (74.61% from 255 or 34.80% from 546); Blue value is 152 (59.77% from 255 or 27.84% from 546); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBE98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCBE98 is #334167. Grayscale: #BEBEBE. Windows color (decimal): -3359080 or 10010316. OLE color: 10010316.

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

Color convert

RGB 204 190 152 -
CMYK 0 0.07 0.25 0.2
HSL 43.85º 0.34% 0.7% -
HSV(B) 43.85º 0.25% 0.8% -
XYZ 48.98 51.93 37.15 -
YUV 189.85 106.64 138.09 -
System Red Green Blue C M Y K H S L
Decimal 204 190 152 0 0.07 0.25 0.2 43.85 0.34 0.7
Hex CC BE 98 0 7 19 14 2C 22 46
Octal 314 276 230 0 7 31 24 54 42 106
Binary 11001100 10111110 10011000 0 111 11001 10100 101100 100010 1000110

Color Harmonies of #CCBE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBE98

Black with #CCBE98

Text Example


Text Example

White with #CCBE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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