Html Css Color HEX #C3BBA8 Cotton Seed

📋 copy color: '#C3BBA8'

red 195 ◦ green 187 ◦ blue 168

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

Shades of Cotton Seed #C3BBA8

Tints of Cotton Seed #C3BBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 30.55%

R = 35.45%
G = 34%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#C3BBA8 (or 0xC3BBA8) is known color: Cotton Seed. HEX triplet: C3, BB and A8. RGB value is (195,187,168). Sum of RGB (Red+Green+Blue) = 195+187+168=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 187 (73.44% from 255 or 34% from 550); Blue value is 168 (66.02% from 255 or 30.55% from 550); Max value from RGB is 195 - color contains mainly: red. Hex color #C3BBA8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3BBA8 is #3C4457. Grayscale: #BBBBBB. Windows color (decimal): -3949656 or 11058115. OLE color: 11058115.

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

Color convert

RGB 195 187 168 -
CMYK 0 0.04 0.14 0.24
HSL 42.22º 0.18% 0.71% -
HSV(B) 42.22º 0.14% 0.76% -
XYZ 47.34 49.97 44.2 -
YUV 187.23 117.15 133.54 -
System Red Green Blue C M Y K H S L
Decimal 195 187 168 0 0.04 0.14 0.24 42.22 0.18 0.71
Hex C3 BB A8 0 4 E 18 2A 12 47
Octal 303 273 250 0 4 16 30 52 22 107
Binary 11000011 10111011 10101000 0 100 1110 11000 101010 10010 1000111

Color Harmonies of #C3BBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3BBA8

Black with #C3BBA8

Text Example


Text Example

White with #C3BBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3BBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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