Html Css Color HEX #AFC0CB Heather

📋 copy color: '#AFC0CB'

red 175 ◦ green 192 ◦ blue 203

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

Shades of Heather #AFC0CB

Tints of Heather #AFC0CB

RGB

 RED value IS 175 (68.75% from 255) = 30.7%

 GREEN value IS 192 (75.39% from 255) = 33.68%

 BLUE value IS 203 (79.69% from 255) = 35.61%

R = 30.7%
G = 33.68%
B = 35.61%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFC0CB (or 0xAFC0CB) is known color: 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

RGB 175 192 203 -
CMYK 0.14 0.05 0 0.20
HSL 203.57º 0.21% 0.74% -
HSV(B) 203.57º 0.14% 0.8% -
XYZ 47.31 51.13 63.87 -
YUV 188.17 136.37 118.61 -
System Red Green Blue C M Y K H S L
Decimal 175 192 203 0.14 0.05 0 0.20 203.57 0.21 0.74
Hex AF C0 CB E 5 0 14 CC 15 4A
Octal 257 300 313 16 5 0 24 314 25 112
Binary 10101111 11000000 11001011 1110 101 0 10100 11001100 10101 1001010

Color Harmonies of #AFC0CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0CB

Black with #AFC0CB

Text Example


Text Example

White with #AFC0CB

Text Example


Text Example

HTML Codes & Css Web 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>