Html Css Color HEX #C3BBA9 Cotton Seed

📋 copy color: '#C3BBA9'

red 195 ◦ green 187 ◦ blue 169

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

Shades of Cotton Seed #C3BBA9

Tints of Cotton Seed #C3BBA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 30.67%

R = 35.39%
G = 33.94%
B = 30.67%

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

#C3BBA9 (or 0xC3BBA9) is known color: Cotton Seed. HEX triplet: C3, BB and A9. RGB value is (195,187,169). Sum of RGB (Red+Green+Blue) = 195+187+169=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 187 (73.44% from 255 or 33.94% from 551); Blue value is 169 (66.41% from 255 or 30.67% from 551); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBA9 is #3C4456. Grayscale: #BBBBBB. Windows color (decimal): -3949655 or 11123651. OLE color: 11123651.

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

Color convert

RGB 195 187 169 -
CMYK 0 0.04 0.13 0.24
HSL 41.54º 0.18% 0.71% -
HSV(B) 41.54º 0.13% 0.76% -
XYZ 47.44 50.01 44.69 -
YUV 187.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 195 187 169 0 0.04 0.13 0.24 41.54 0.18 0.71
Hex C3 BB A9 0 4 D 18 2A 12 47
Octal 303 273 251 0 4 15 30 52 22 107
Binary 11000011 10111011 10101001 0 100 1101 11000 101010 10010 1000111

Color Harmonies of #C3BBA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBA9

Black with #C3BBA9

Text Example


Text Example

White with #C3BBA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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