Html Css Color HEX #C3BBAB Cotton Seed

📋 copy color: '#C3BBAB'

red 195 ◦ green 187 ◦ blue 171

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

Shades of Cotton Seed #C3BBAB

Tints of Cotton Seed #C3BBAB

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.82%

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

R = 35.26%
G = 33.82%
B = 30.92%

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

#C3BBAB (or 0xC3BBAB) is known color: Cotton Seed. HEX triplet: C3, BB and AB. RGB value is (195,187,171). Sum of RGB (Red+Green+Blue) = 195+187+171=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 187 (73.44% from 255 or 33.82% from 553); Blue value is 171 (67.19% from 255 or 30.92% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBAB is #3C4454. Grayscale: #BBBBBB. Windows color (decimal): -3949653 or 11254723. OLE color: 11254723.

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

Color convert

RGB 195 187 171 -
CMYK 0 0.04 0.12 0.24
HSL 40º 0.17% 0.72% -
HSV(B) 40º 0.12% 0.76% -
XYZ 47.63 50.08 45.68 -
YUV 187.57 118.65 133.3 -
System Red Green Blue C M Y K H S L
Decimal 195 187 171 0 0.04 0.12 0.24 40 0.17 0.72
Hex C3 BB AB 0 4 C 18 28 11 48
Octal 303 273 253 0 4 14 30 50 21 110
Binary 11000011 10111011 10101011 0 100 1100 11000 101000 10001 1001000

Color Harmonies of #C3BBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBAB

Black with #C3BBAB

Text Example


Text Example

White with #C3BBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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