Html Css Color HEX #CBC196 Sisal

📋 copy color: '#CBC196'

red 203 ◦ green 193 ◦ blue 150

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

Shades of Sisal #CBC196

Tints of Sisal #CBC196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.47%

R = 37.18%
G = 35.35%
B = 27.47%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBC196 (or 0xCBC196) is known color: Sisal. HEX triplet: CB, C1 and 96. RGB value is (203,193,150). Sum of RGB (Red+Green+Blue) = 203+193+150=546 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.18% from 546); Green value is 193 (75.78% from 255 or 35.35% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC196 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC196 is #343E69. Grayscale: #BFBFBF. Windows color (decimal): -3423850 or 9880011. OLE color: 9880011.

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

Color convert

RGB 203 193 150 -
CMYK 0 0.05 0.26 0.20
HSL 48.68º 0.34% 0.69% -
HSV(B) 48.68º 0.26% 0.8% -
XYZ 49.2 53.04 36.5 -
YUV 191.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 203 193 150 0 0.05 0.26 0.20 48.68 0.34 0.69
Hex CB C1 96 0 5 1A 14 31 22 45
Octal 313 301 226 0 5 32 24 61 42 105
Binary 11001011 11000001 10010110 0 101 11010 10100 110001 100010 1000101

Color Harmonies of #CBC196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC196

Black with #CBC196

Text Example


Text Example

White with #CBC196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC196; }

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

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

background-color css

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

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

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

border-color css

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

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

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