Html Css Color HEX #C3BCAC Cotton Seed

📋 copy color: '#C3BCAC'

red 195 ◦ green 188 ◦ blue 172

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

Shades of Cotton Seed #C3BCAC

Tints of Cotton Seed #C3BCAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 30.99%

R = 35.14%
G = 33.87%
B = 30.99%

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

#C3BCAC (or 0xC3BCAC) is known color: Cotton Seed. HEX triplet: C3, BC and AC. RGB value is (195,188,172). Sum of RGB (Red+Green+Blue) = 195+188+172=555 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.14% from 555); Green value is 188 (73.83% from 255 or 33.87% from 555); Blue value is 172 (67.58% from 255 or 30.99% from 555); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAC is #3C4353. Grayscale: #BCBCBC. Windows color (decimal): -3949396 or 11320515. OLE color: 11320515.

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

Color convert

RGB 195 188 172 -
CMYK 0 0.04 0.12 0.24
HSL 41.74º 0.16% 0.72% -
HSV(B) 41.74º 0.12% 0.76% -
XYZ 47.94 50.55 46.26 -
YUV 188.27 118.82 132.8 -
System Red Green Blue C M Y K H S L
Decimal 195 188 172 0 0.04 0.12 0.24 41.74 0.16 0.72
Hex C3 BC AC 0 4 C 18 2A 10 48
Octal 303 274 254 0 4 14 30 52 20 110
Binary 11000011 10111100 10101100 0 100 1100 11000 101010 10000 1001000

Color Harmonies of #C3BCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCAC

Black with #C3BCAC

Text Example


Text Example

White with #C3BCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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