Html Css Color HEX #C7B4B4 Pink Swan

📋 copy color: '#C7B4B4'

red 199 ◦ green 180 ◦ blue 180

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

Shades of Pink Swan #C7B4B4

Tints of Pink Swan #C7B4B4

RGB

 RED value IS 199 (78.13% from 255) = 35.6%

 GREEN value IS 180 (70.7% from 255) = 32.2%

 BLUE value IS 180 (70.7% from 255) = 32.2%

R = 35.6%
G = 32.2%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.10

 K value IS 0.22

RGB Variations

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

Color information

#C7B4B4 (or 0xC7B4B4) is known color: Pink Swan. HEX triplet: C7, B4 and B4. RGB value is (199,180,180). Sum of RGB (Red+Green+Blue) = 199+180+180=559 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.60% from 559); Green value is 180 (70.70% from 255 or 32.20% from 559); Blue value is 180 (70.70% from 255 or 32.20% from 559); Max value from RGB is 199 - color contains mainly: red. Hex color #C7B4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C7B4B4 is #384B4B. Grayscale: #B9B9B9. Windows color (decimal): -3689292 or 11842759. OLE color: 11842759.

HSL color Cylindrical-coordinate representation of color #C7B4B4: hue angle of 0º degrees, saturation: 0.15, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C7B4B4 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 180 180 -
CMYK 0 0.10 0.10 0.22
HSL 0.15% 0.74% -
HSV(B) 0.1% 0.78% -
XYZ 48.11 48.08 49.92 -
YUV 185.68 124.79 137.5 -
System Red Green Blue C M Y K H S L
Decimal 199 180 180 0 0.10 0.10 0.22 0 0.15 0.74
Hex C7 B4 B4 0 A A 16 0 F 4A
Octal 307 264 264 0 12 12 26 0 17 112
Binary 11000111 10110100 10110100 0 1010 1010 10110 0 1111 1001010

Color Harmonies of #C7B4B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7B4B4

Black with #C7B4B4

Text Example


Text Example

White with #C7B4B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7B4B4; }

 p { color: rgb(199,180,180); }

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

background-color css

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

 a { background-color: rgb(199,180,180); }

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

border-color css

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

 span { border-color: rgb(199,180,180); }

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