Html Css Color HEX #FFC7C0 Your Pink

📋 copy color: '#FFC7C0'

red 255 ◦ green 199 ◦ blue 192

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

Shades of Your Pink #FFC7C0

Tints of Your Pink #FFC7C0

RGB

 RED value IS 255 (100% from 255) = 39.47%

 GREEN value IS 199 (78.13% from 255) = 30.8%

 BLUE value IS 192 (75.39% from 255) = 29.72%

R = 39.47%
G = 30.8%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#FFC7C0 (or 0xFFC7C0) is known color: Your Pink. HEX triplet: FF, C7 and C0. RGB value is (255,199,192). Sum of RGB (Red+Green+Blue) = 255+199+192=646 (85% of max value = 765). Red value is 255 (100% from 255 or 39.47% from 646); Green value is 199 (78.12% from 255 or 30.80% from 646); Blue value is 192 (75.39% from 255 or 29.72% from 646); Max value from RGB is 255 - color contains mainly: red. Hex color #FFC7C0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFC7C0 is #00383F. Grayscale: #D7D7D7. Windows color (decimal): -14400 or 12634111. OLE color: 12634111.

HSL color Cylindrical-coordinate representation of color #FFC7C0: hue angle of 6.67º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #FFC7C0 is Cyan = 0, Magento = 0.22, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB 255 199 192 -
CMYK 0 0.22 0.25 0
HSL 6.67º 1% 0.88% -
HSV(B) 6.67º 0.25% 1% -
XYZ 71.18 65.91 58.84 -
YUV 214.95 115.05 156.57 -
System Red Green Blue C M Y K H S L
Decimal 255 199 192 0 0.22 0.25 0 6.67 1 0.88
Hex FF C7 C0 0 16 19 0 7 64 58
Octal 377 307 300 0 26 31 0 7 144 130
Binary 11111111 11000111 11000000 0 10110 11001 0 111 1100100 1011000

Color Harmonies of #FFC7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFC7C0

Black with #FFC7C0

Text Example


Text Example

White with #FFC7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFC7C0; }

 p { color: rgb(255,199,192); }

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

background-color css

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

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

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

border-color css

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

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

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