Html Css Color HEX #AFC0C4 Heather

📋 copy color: '#AFC0C4'

red 175 ◦ green 192 ◦ blue 196

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

Shades of Heather #AFC0C4

Tints of Heather #AFC0C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 34.81%

R = 31.08%
G = 34.1%
B = 34.81%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#AFC0C4 (or 0xAFC0C4) is known color: Heather. HEX triplet: AF, C0 and C4. RGB value is (175,192,196). Sum of RGB (Red+Green+Blue) = 175+192+196=563 (74% of max value = 765). Red value is 175 (68.75% from 255 or 31.08% from 563); Green value is 192 (75.39% from 255 or 34.10% from 563); Blue value is 196 (76.95% from 255 or 34.81% from 563); Max value from RGB is 196 - color contains mainly: blue. Hex color #AFC0C4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFC0C4 is #503F3B. Grayscale: #BBBBBB. Windows color (decimal): -5259068 or 12894383. OLE color: 12894383.

HSL color Cylindrical-coordinate representation of color #AFC0C4: hue angle of 191.43º degrees, saturation: 0.15, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #AFC0C4 is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 175 192 196 -
CMYK 0.11 0.02 0 0.23
HSL 191.43º 0.15% 0.73% -
HSV(B) 191.43º 0.11% 0.77% -
XYZ 46.49 50.8 59.58 -
YUV 187.37 132.87 119.17 -
System Red Green Blue C M Y K H S L
Decimal 175 192 196 0.11 0.02 0 0.23 191.43 0.15 0.73
Hex AF C0 C4 B 2 0 17 BF F 49
Octal 257 300 304 13 2 0 27 277 17 111
Binary 10101111 11000000 11000100 1011 10 0 10111 10111111 1111 1001001

Color Harmonies of #AFC0C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFC0C4

Black with #AFC0C4

Text Example


Text Example

White with #AFC0C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFC0C4; }

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

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

background-color css

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

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

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

border-color css

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

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

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