Html Css Color HEX #C1B0AD Pink Swan

📋 copy color: '#C1B0AD'

red 193 ◦ green 176 ◦ blue 173

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

Shades of Pink Swan #C1B0AD

Tints of Pink Swan #C1B0AD

RGB

 RED value IS 193 (75.78% from 255) = 35.61%

 GREEN value IS 176 (69.14% from 255) = 32.47%

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

R = 35.61%
G = 32.47%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C1B0AD (or 0xC1B0AD) is known color: Pink Swan. HEX triplet: C1, B0 and AD. RGB value is (193,176,173). Sum of RGB (Red+Green+Blue) = 193+176+173=542 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.61% from 542); Green value is 176 (69.14% from 255 or 32.47% from 542); Blue value is 173 (67.97% from 255 or 31.92% from 542); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B0AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1B0AD is #3E4F52. Grayscale: #B4B4B4. Windows color (decimal): -4083539 or 11382977. OLE color: 11382977.

HSL color Cylindrical-coordinate representation of color #C1B0AD: hue angle of 9º degrees, saturation: 0.14, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C1B0AD is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 176 173 -
CMYK 0 0.09 0.10 0.24
HSL 0.14% 0.72% -
HSV(B) 0.1% 0.76% -
XYZ 45.06 45.41 45.92 -
YUV 180.74 123.63 136.74 -
System Red Green Blue C M Y K H S L
Decimal 193 176 173 0 0.09 0.10 0.24 9 0.14 0.72
Hex C1 B0 AD 0 9 A 18 9 E 48
Octal 301 260 255 0 11 12 30 11 16 110
Binary 11000001 10110000 10101101 0 1001 1010 11000 1001 1110 1001000

Color Harmonies of #C1B0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B0AD

Black with #C1B0AD

Text Example


Text Example

White with #C1B0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B0AD; }

 p { color: rgb(193,176,173); }

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

background-color css

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

 a { background-color: rgb(193,176,173); }

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

border-color css

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

 span { border-color: rgb(193,176,173); }

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