Html Css Color HEX #C3BCAA Cotton Seed

📋 copy color: '#C3BCAA'

red 195 ◦ green 188 ◦ blue 170

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

Shades of Cotton Seed #C3BCAA

Tints of Cotton Seed #C3BCAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 30.74%

R = 35.26%
G = 34%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C3BCAA (or 0xC3BCAA) is known color: Cotton Seed. HEX triplet: C3, BC and AA. RGB value is (195,188,170). Sum of RGB (Red+Green+Blue) = 195+188+170=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 188 (73.83% from 255 or 34.00% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAA is #3C4355. Grayscale: #BCBCBC. Windows color (decimal): -3949398 or 11189443. OLE color: 11189443.

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

Color convert

RGB 195 188 170 -
CMYK 0 0.04 0.13 0.24
HSL 43.2º 0.17% 0.72% -
HSV(B) 43.2º 0.13% 0.76% -
XYZ 47.74 50.47 45.26 -
YUV 188.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 195 188 170 0 0.04 0.13 0.24 43.2 0.17 0.72
Hex C3 BC AA 0 4 D 18 2B 11 48
Octal 303 274 252 0 4 15 30 53 21 110
Binary 11000011 10111100 10101010 0 100 1101 11000 101011 10001 1001000

Color Harmonies of #C3BCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCAA

Black with #C3BCAA

Text Example


Text Example

White with #C3BCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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