Html Css Color HEX #C3BCAD Cotton Seed

📋 copy color: '#C3BCAD'

red 195 ◦ green 188 ◦ blue 173

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

Shades of Cotton Seed #C3BCAD

Tints of Cotton Seed #C3BCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 31.12%

R = 35.07%
G = 33.81%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C3BCAD (or 0xC3BCAD) is known color: Cotton Seed. HEX triplet: C3, BC and AD. RGB value is (195,188,173). Sum of RGB (Red+Green+Blue) = 195+188+173=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 188 (73.83% from 255 or 33.81% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BCAD is #3C4352. Grayscale: #BCBCBC. Windows color (decimal): -3949395 or 11386051. OLE color: 11386051.

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

Color convert

RGB 195 188 173 -
CMYK 0 0.04 0.11 0.24
HSL 40.91º 0.15% 0.72% -
HSV(B) 40.91º 0.11% 0.76% -
XYZ 48.03 50.59 46.77 -
YUV 188.38 119.32 132.72 -
System Red Green Blue C M Y K H S L
Decimal 195 188 173 0 0.04 0.11 0.24 40.91 0.15 0.72
Hex C3 BC AD 0 4 B 18 29 F 48
Octal 303 274 255 0 4 13 30 51 17 110
Binary 11000011 10111100 10101101 0 100 1011 11000 101001 1111 1001000

Color Harmonies of #C3BCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BCAD

Black with #C3BCAD

Text Example


Text Example

White with #C3BCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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