Html Css Color HEX #C3BCAB Cotton Seed

📋 copy color: '#C3BCAB'

red 195 ◦ green 188 ◦ blue 171

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

Shades of Cotton Seed #C3BCAB

Tints of Cotton Seed #C3BCAB

RGB

 RED value IS 195 (76.56% from 255) = 35.2%

 GREEN value IS 188 (73.83% from 255) = 33.94%

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

R = 35.2%
G = 33.94%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3BCAB (or 0xC3BCAB) is known color: Cotton Seed. HEX triplet: C3, BC and AB. RGB value is (195,188,171). Sum of RGB (Red+Green+Blue) = 195+188+171=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 171 (67.19% from 255 or 30.87% from 554); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAB is #3C4354. Grayscale: #BCBCBC. Windows color (decimal): -3949397 or 11254979. OLE color: 11254979.

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

Color convert

RGB 195 188 171 -
CMYK 0 0.04 0.12 0.24
HSL 42.5º 0.17% 0.72% -
HSV(B) 42.5º 0.12% 0.76% -
XYZ 47.84 50.51 45.76 -
YUV 188.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 195 188 171 0 0.04 0.12 0.24 42.5 0.17 0.72
Hex C3 BC AB 0 4 C 18 2A 11 48
Octal 303 274 253 0 4 14 30 52 21 110
Binary 11000011 10111100 10101011 0 100 1100 11000 101010 10001 1001000

Color Harmonies of #C3BCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCAB

Black with #C3BCAB

Text Example


Text Example

White with #C3BCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCAB; }

 p { color: rgb(195,188,171); }

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

background-color css

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

 a { background-color: rgb(195,188,171); }

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

border-color css

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

 span { border-color: rgb(195,188,171); }

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