Html Css Color HEX #C3BDAB Cotton Seed

📋 copy color: '#C3BDAB'

red 195 ◦ green 189 ◦ blue 171

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

Shades of Cotton Seed #C3BDAB

Tints of Cotton Seed #C3BDAB

RGB

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

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

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

R = 35.14%
G = 34.05%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C3BDAB (or 0xC3BDAB) is known color: Cotton Seed. HEX triplet: C3, BD and AB. RGB value is (195,189,171). Sum of RGB (Red+Green+Blue) = 195+189+171=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 189 (74.22% from 255 or 34.05% from 555); Blue value is 171 (67.19% from 255 or 30.81% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BDAB is #3C4254. Grayscale: #BCBCBC. Windows color (decimal): -3949141 or 11255235. OLE color: 11255235.

HSL color Cylindrical-coordinate representation of color #C3BDAB: hue angle of 45º 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 #C3BDAB is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 189 171 -
CMYK 0 0.03 0.12 0.24
HSL 45º 0.17% 0.72% -
HSV(B) 45º 0.12% 0.76% -
XYZ 48.05 50.94 45.83 -
YUV 188.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 195 189 171 0 0.03 0.12 0.24 45 0.17 0.72
Hex C3 BD AB 0 3 C 18 2D 11 48
Octal 303 275 253 0 3 14 30 55 21 110
Binary 11000011 10111101 10101011 0 11 1100 11000 101101 10001 1001000

Color Harmonies of #C3BDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BDAB

Black with #C3BDAB

Text Example


Text Example

White with #C3BDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BDAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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