Html Css Color HEX #C4BDAB Cotton Seed

📋 copy color: '#C4BDAB'

red 196 ◦ green 189 ◦ blue 171

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

Shades of Cotton Seed #C4BDAB

Tints of Cotton Seed #C4BDAB

RGB

 RED value IS 196 (76.95% from 255) = 35.25%

 GREEN value IS 189 (74.22% from 255) = 33.99%

 BLUE value IS 171 (67.19% from 255) = 30.76%

R = 35.25%
G = 33.99%
B = 30.76%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C4BDAB (or 0xC4BDAB) is known color: Cotton Seed. HEX triplet: C4, BD and AB. RGB value is (196,189,171). Sum of RGB (Red+Green+Blue) = 196+189+171=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 171 (67.19% from 255 or 30.76% from 556); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4BDAB is #3B4254. Grayscale: #BDBDBD. Windows color (decimal): -3883605 or 11255236. OLE color: 11255236.

HSL color Cylindrical-coordinate representation of color #C4BDAB: hue angle of 43.2º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C4BDAB is Cyan = 0, Magento = 0.04, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 189 171 -
CMYK 0 0.04 0.13 0.23
HSL 43.2º 0.17% 0.72% -
HSV(B) 43.2º 0.13% 0.77% -
XYZ 48.31 51.07 45.84 -
YUV 189.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 196 189 171 0 0.04 0.13 0.23 43.2 0.17 0.72
Hex C4 BD AB 0 4 D 17 2B 11 48
Octal 304 275 253 0 4 15 27 53 21 110
Binary 11000100 10111101 10101011 0 100 1101 10111 101011 10001 1001000

Color Harmonies of #C4BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4BDAB

Black with #C4BDAB

Text Example


Text Example

White with #C4BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4BDAB; }

 p { color: rgb(196,189,171); }

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

background-color css

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

 a { background-color: rgb(196,189,171); }

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

border-color css

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

 span { border-color: rgb(196,189,171); }

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