Html Css Color HEX #C2BEB3 Cotton Seed

📋 copy color: '#C2BEB3'

red 194 ◦ green 190 ◦ blue 179

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

Shades of Cotton Seed #C2BEB3

Tints of Cotton Seed #C2BEB3

RGB

 RED value IS 194 (76.17% from 255) = 34.46%

 GREEN value IS 190 (74.61% from 255) = 33.75%

 BLUE value IS 179 (70.31% from 255) = 31.79%

R = 34.46%
G = 33.75%
B = 31.79%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.24

RGB Variations

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

Color information

#C2BEB3 (or 0xC2BEB3) is known color: Cotton Seed. HEX triplet: C2, BE and B3. RGB value is (194,190,179). Sum of RGB (Red+Green+Blue) = 194+190+179=563 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.46% from 563); Green value is 190 (74.61% from 255 or 33.75% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BEB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2BEB3 is #3D414C. Grayscale: #BDBDBD. Windows color (decimal): -4014413 or 11779778. OLE color: 11779778.

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

Color convert

RGB 194 190 179 -
CMYK 0 0.02 0.08 0.24
HSL 44º 0.11% 0.73% -
HSV(B) 44º 0.08% 0.76% -
XYZ 48.8 51.55 50.03 -
YUV 189.94 121.83 130.89 -
System Red Green Blue C M Y K H S L
Decimal 194 190 179 0 0.02 0.08 0.24 44 0.11 0.73
Hex C2 BE B3 0 2 8 18 2C B 49
Octal 302 276 263 0 2 10 30 54 13 111
Binary 11000010 10111110 10110011 0 10 1000 11000 101100 1011 1001001

Color Harmonies of #C2BEB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2BEB3

Black with #C2BEB3

Text Example


Text Example

White with #C2BEB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2BEB3; }

 p { color: rgb(194,190,179); }

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

background-color css

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

 a { background-color: rgb(194,190,179); }

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

border-color css

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

 span { border-color: rgb(194,190,179); }

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