#AFC0CB

Color #AFC0CB Heather (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heather #AFC0CB

Tints of Heather #AFC0CB

Color information

#AFC0CB (or 0xAFC0CB) is unknown color: approx Heather. HEX triplet: AF, C0 and CB. RGB value is (175,192,203). Sum of RGB (Red+Green+Blue) = 175+192+203=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 192 (75.39% from 255 or 33.68% from 570); Blue value is 203 (79.69% from 255 or 35.61% from 570); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFC0CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0CB is #503F34. Grayscale: #BCBCBC. Windows color (decimal): -5259061 or 13353135. OLE color: 13353135.

HSL color Cylindrical-coordinate representation of color #AFC0CB: hue angle of 203.57º degrees, saturation: 0.21, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #AFC0CB is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175192203-
CMYK0.140.0500.20
HSL203.57º21.21%74.12%-
HSV(B)203.57º13.79%79.61%-
XYZ47.3151.1363.87-
YUV188.17136.37118.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 192 (75.39% from 255) = 33.68%
BLUE value IS 203 (79.69% from 255) = 35.61%
R=30.70%
G=33.68%
B=35.61%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751922030.140.0500.20203.5721.2174.12
HexAFC0CBE5014cc154a
Octal25730031316502431425112
Binary101011111100000011001011111010101010011001100101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFC0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFC0CB; }

 p { color: rgb(175,192,203); }

 H1.HeaderClassName
 {
   color: #AFC0CB;
 }
 .AnyTagClassName
 {
   color: #AFC0CB;
 }
</style>
background-color css

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

 a { background-color: rgb(175,192,203); }

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

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

 span { border-color: rgb(175,192,203); }

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