Html Css Color HEX #CBC195 Sisal

📋 copy color: '#CBC195'

red 203 ◦ green 193 ◦ blue 149

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

Shades of Sisal #CBC195

Tints of Sisal #CBC195

RGB

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

 GREEN value IS 193 (75.78% from 255) = 35.41%

 BLUE value IS 149 (58.59% from 255) = 27.34%

R = 37.25%
G = 35.41%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC195 (or 0xCBC195) is known color: Sisal. HEX triplet: CB, C1 and 95. RGB value is (203,193,149). Sum of RGB (Red+Green+Blue) = 203+193+149=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 193 (75.78% from 255 or 35.41% from 545); Blue value is 149 (58.59% from 255 or 27.34% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC195 is #343E6A. Grayscale: #BFBFBF. Windows color (decimal): -3423851 or 9814475. OLE color: 9814475.

HSL color Cylindrical-coordinate representation of color #CBC195: hue angle of 48.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC195 is Cyan = 0, Magento = 0.05, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 193 149 -
CMYK 0 0.05 0.27 0.20
HSL 48.89º 0.34% 0.69% -
HSV(B) 48.89º 0.27% 0.8% -
XYZ 49.12 53.01 36.08 -
YUV 190.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 203 193 149 0 0.05 0.27 0.20 48.89 0.34 0.69
Hex CB C1 95 0 5 1B 14 31 22 45
Octal 313 301 225 0 5 33 24 61 42 105
Binary 11001011 11000001 10010101 0 101 11011 10100 110001 100010 1000101

Color Harmonies of #CBC195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC195

Black with #CBC195

Text Example


Text Example

White with #CBC195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC195; }

 p { color: rgb(203,193,149); }

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

background-color css

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

 a { background-color: rgb(203,193,149); }

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

border-color css

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

 span { border-color: rgb(203,193,149); }

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