Html Css Color HEX #CBC299 Sisal

📋 copy color: '#CBC299'

red 203 ◦ green 194 ◦ blue 153

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

Shades of Sisal #CBC299

Tints of Sisal #CBC299

RGB

 RED value IS 203 (79.69% from 255) = 36.91%

 GREEN value IS 194 (76.17% from 255) = 35.27%

 BLUE value IS 153 (60.16% from 255) = 27.82%

R = 36.91%
G = 35.27%
B = 27.82%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CBC299 (or 0xCBC299) is known color: Sisal. HEX triplet: CB, C2 and 99. RGB value is (203,194,153). Sum of RGB (Red+Green+Blue) = 203+194+153=550 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.91% from 550); Green value is 194 (76.17% from 255 or 35.27% from 550); Blue value is 153 (60.16% from 255 or 27.82% from 550); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC299 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC299 is #343D66. Grayscale: #C0C0C0. Windows color (decimal): -3423591 or 10076875. OLE color: 10076875.

HSL color Cylindrical-coordinate representation of color #CBC299: hue angle of 49.2º degrees, saturation: 0.32, 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 #CBC299 is Cyan = 0, Magento = 0.04, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 153 -
CMYK 0 0.04 0.25 0.20
HSL 49.2º 0.32% 0.7% -
HSV(B) 49.2º 0.25% 0.8% -
XYZ 49.67 53.58 37.86 -
YUV 192.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 203 194 153 0 0.04 0.25 0.20 49.2 0.32 0.7
Hex CB C2 99 0 4 19 14 31 20 46
Octal 313 302 231 0 4 31 24 61 40 106
Binary 11001011 11000010 10011001 0 100 11001 10100 110001 100000 1000110

Color Harmonies of #CBC299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC299

Black with #CBC299

Text Example


Text Example

White with #CBC299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC299; }

 p { color: rgb(203,194,153); }

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

background-color css

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

 a { background-color: rgb(203,194,153); }

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

border-color css

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

 span { border-color: rgb(203,194,153); }

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