Html Css Color HEX #C2B7B0 Tide

📋 copy color: '#C2B7B0'

red 194 ◦ green 183 ◦ blue 176

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

Shades of Tide #C2B7B0

Tints of Tide #C2B7B0

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.09%

 BLUE value IS 176 (69.14% from 255) = 31.83%

R = 35.08%
G = 33.09%
B = 31.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.24

RGB Variations

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

Color information

#C2B7B0 (or 0xC2B7B0) is known color: Tide. HEX triplet: C2, B7 and B0. RGB value is (194,183,176). Sum of RGB (Red+Green+Blue) = 194+183+176=553 (73% of max value = 765). Red value is 194 (76.17% from 255 or 35.08% from 553); Green value is 183 (71.88% from 255 or 33.09% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B7B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B7B0 is #3D484F. Grayscale: #B9B9B9. Windows color (decimal): -4016208 or 11581378. OLE color: 11581378.

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

Color convert

RGB 194 183 176 -
CMYK 0 0.06 0.09 0.24
HSL 23.33º 0.13% 0.73% -
HSV(B) 23.33º 0.09% 0.76% -
XYZ 47.02 48.47 47.95 -
YUV 185.49 122.64 134.07 -
System Red Green Blue C M Y K H S L
Decimal 194 183 176 0 0.06 0.09 0.24 23.33 0.13 0.73
Hex C2 B7 B0 0 6 9 18 17 D 49
Octal 302 267 260 0 6 11 30 27 15 111
Binary 11000010 10110111 10110000 0 110 1001 11000 10111 1101 1001001

Color Harmonies of #C2B7B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B7B0

Black with #C2B7B0

Text Example


Text Example

White with #C2B7B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B7B0; }

 p { color: rgb(194,183,176); }

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

background-color css

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

 a { background-color: rgb(194,183,176); }

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

border-color css

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

 span { border-color: rgb(194,183,176); }

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