Html Css Color HEX #C0B2B0 Pink Swan

📋 copy color: '#C0B2B0'

red 192 ◦ green 178 ◦ blue 176

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

Shades of Pink Swan #C0B2B0

Tints of Pink Swan #C0B2B0

RGB

 RED value IS 192 (75.39% from 255) = 35.16%

 GREEN value IS 178 (69.92% from 255) = 32.6%

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

R = 35.16%
G = 32.6%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#C0B2B0 (or 0xC0B2B0) is known color: Pink Swan. HEX triplet: C0, B2 and B0. RGB value is (192,178,176). Sum of RGB (Red+Green+Blue) = 192+178+176=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 178 (69.92% from 255 or 32.60% from 546); Blue value is 176 (69.14% from 255 or 32.23% from 546); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B2B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0B2B0 is #3F4D4F. Grayscale: #B5B5B5. Windows color (decimal): -4148560 or 11580096. OLE color: 11580096.

HSL color Cylindrical-coordinate representation of color #C0B2B0: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C0B2B0 is Cyan = 0, Magento = 0.07, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 178 176 -
CMYK 0 0.07 0.08 0.25
HSL 7.5º 0.11% 0.72% -
HSV(B) 7.5º 0.08% 0.75% -
XYZ 45.5 46.18 47.59 -
YUV 181.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 192 178 176 0 0.07 0.08 0.25 7.5 0.11 0.72
Hex C0 B2 B0 0 7 8 19 8 B 48
Octal 300 262 260 0 7 10 31 10 13 110
Binary 11000000 10110010 10110000 0 111 1000 11001 1000 1011 1001000

Color Harmonies of #C0B2B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B2B0

Black with #C0B2B0

Text Example


Text Example

White with #C0B2B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B2B0; }

 p { color: rgb(192,178,176); }

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

background-color css

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

 a { background-color: rgb(192,178,176); }

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

border-color css

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

 span { border-color: rgb(192,178,176); }

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