Html Css Color HEX #CBC29A Sisal

📋 copy color: '#CBC29A'

red 203 ◦ green 194 ◦ blue 154

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

Shades of Sisal #CBC29A

Tints of Sisal #CBC29A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.95%

R = 36.84%
G = 35.21%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.24

 K value IS 0.20

RGB Variations

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

Color information

#CBC29A (or 0xCBC29A) is known color: Sisal. HEX triplet: CB, C2 and 9A. RGB value is (203,194,154). Sum of RGB (Red+Green+Blue) = 203+194+154=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 194 (76.17% from 255 or 35.21% from 551); Blue value is 154 (60.55% from 255 or 27.95% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC29A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC29A is #343D65. Grayscale: #C0C0C0. Windows color (decimal): -3423590 or 10142411. OLE color: 10142411.

HSL color Cylindrical-coordinate representation of color #CBC29A: hue angle of 48.98º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBC29A is Cyan = 0, Magento = 0.04, Yellow = 0.24 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 194 154 -
CMYK 0 0.04 0.24 0.20
HSL 48.98º 0.32% 0.7% -
HSV(B) 48.98º 0.24% 0.8% -
XYZ 49.75 53.61 38.3 -
YUV 192.13 106.48 135.75 -
System Red Green Blue C M Y K H S L
Decimal 203 194 154 0 0.04 0.24 0.20 48.98 0.32 0.7
Hex CB C2 9A 0 4 18 14 31 20 46
Octal 313 302 232 0 4 30 24 61 40 106
Binary 11001011 11000010 10011010 0 100 11000 10100 110001 100000 1000110

Color Harmonies of #CBC29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC29A

Black with #CBC29A

Text Example


Text Example

White with #CBC29A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC29A; }

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

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

background-color css

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

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

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

border-color css

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

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

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